how can i arrange it that the as-position-3 comes just on the right side of the logo?
My logo is only small and i want to use the free space to place the logo left and use the free space on the right side of it for a Sponsor banner that is loaded in AS-position-3
I changed the index.php :
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
how can i arrange it that the as-position-3 comes just on the right side of the logo?
My logo is only small and i want to use the free space to place the logo left and use the free space on the right side of it for a Sponsor banner that is loaded in AS-position-3
I changed the index.php :
********* code fraction **************
<header>
<div id="logo" class="span<?php echo $this->params->get('logo_size'); ?>">
<?php if($logo_type): ?>
<a href="<?php echo $this->baseurl; ?>">
<img src="<?php echo $logo_img;?>" alt="<?php echo $sitename; ?>" />
</a>
<?php if ($this->countModules('as-position-3')): ?>
<jdoc:include type="modules" name="as-position-3" style="themeHtml5" />
<?php endif; ?>
<span class="slogan">
<?php // echo $slogan_txt; ?>
</span>
<?php else: ?>
<div class="logo">
<a href="<?php echo $this->baseurl ?>"><?php echo $logo_txt; ?></a>
<span class="slogan">
<?php echo $slogan_txt; ?>
</span>
</div>
<?php endif; ?>
</div>
</header>
</div>
</div>
</div>
<?php if ($this->countModules('as-position-1')): ?>
<div id="navigation-row">
<div class="container">
<div class="row">
<header>
*************************
and also changed the css for the logo-id from centered to left.
But how can i get logo and as-position-3 aligned horizontally?
Maybe some hints for me DAU?
You can just put it in position 3 and specify the bootstrap size under advanced parameters.
Regards, AS Team.