test
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • hdsalah2016 Friend
    #1024382

    Hi! hello,i would like to ask help! we noticed that top-page logos are placed in a line of mainnav or mainmenu when our Fubix site is viewed, we ask help to put or relocate our logo and Agency name, in a top of mainmenu or mainnav posistion.

    please see the screenshot of our website

    thanks

    best regard and more power..


    1. sitescrennshot
    Pankaj Sharma Moderator
    #1024405

    Hi
    To move the logo above the main nav open template folder
    tpls/blocks/header.php file
    find

    1. <!-- LOGO -->
    2. <div class="logo logo-<?php echo $logotype, ($logoimgsm ? ' logo-control' : '') ?>">
    3. <a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>">
    4. <?php if($logotype == 'image'): ?>
    5. <img class="logo-img" src="<?php echo JURI::base(true) . '/' . $logoimage ?>" alt="<?php echo strip_tags($sitename) ?>" />
    6. <?php endif ?>
    7. <?php if($logoimgsm) : ?>
    8. <img class="logo-img-sm" src="<?php echo JURI::base(true) . '/' . $logoimgsm ?>" alt="<?php echo strip_tags($sitename) ?>" />
    9. <?php endif ?>
    10. <span><?php echo $sitename ?></span>
    11. </a>
    12. <small class="site-slogan"><?php echo $slogan ?></small>
    13. </div>
    14. <!-- //LOGO -->

    Move the code above the main nav Here : http://prntscr.com/es6huk

    Regards

    hdsalah2016 Friend
    #1024503

    thank you! have a nice day….

    hdsalah2016 Friend
    #1025849

    Hi Sir can you help me our header logo is not in a right place, dis align to the body of our template,

    please see attach the screenshot of our website

    thanks a lot and more power,

    best regards


    1. head
    Pankaj Sharma Moderator
    #1025878

    Hi
    If you want to use more width in logo you can increase the logo width from the code you added in custom.css file
    Here http://prntscr.com/evdqul

    Regards

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 4 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum