How do move the logo to the same row as the Main menu. I want to set it to the left of the menu. Instead of the logo taking up an entire row.
The template style editor does'nt present a edit option for that position.

    mrmalkio1
    Hi
    This need customization of code in the layout file
    you need to move the code of header logo to mainanv.php or vice versa

    
    			<!-- LOGO -->
    			<div class="col-xs-12 logo">
    				<div class="logo-<?php echo $logotype, ($logoimgsm ? ' logo-control' : '') ?>">
    					<a href="<?php echo JUri::base() ?>" title="<?php echo strip_tags($sitename) ?>">
    						<?php if($logotype == 'image'): ?>
    							<img class="logo-img" src="<?php echo JUri::base(true) . '/' . $logoimage ?>" alt="<?php echo strip_tags($sitename) ?>" />
    						<?php endif ?>
    						<?php if($logoimgsm) : ?>
    							<img class="logo-img-sm" src="<?php echo JUri::base(true) . '/' . $logoimgsm ?>" alt="<?php echo strip_tags($sitename) ?>" />
    						<?php endif ?>
    						<span><?php echo $sitename ?></span>
    					</a>
    					<small class="site-slogan"><?php echo $slogan ?></small>
    				</div>
    			</div>
    			<!-- //LOGO -->

    Can you edit fields in first post


    Submit site temp super user login i will check the size of logo and try to apply it.

    Write a Reply...
    You need to Login to view replies.