Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • designs Friend
    #189084

    I would like the logo to float to the right instead of the left. I am using J3.0 template of mero.

    Any suggestions?

    Ninja Lead Moderator
    #499662

    You can achieve that by following my below suggestion

    + Open templates/ja_mero/ja_mero/tpls/blocks/header.php file

    From


    <!-- LOGO -->
    <div class="span8">
    <div class="logo logo-<?php echo $logotype ?>">
    <h1>
    <a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>"<?php echo $logoimage ?>>
    <span><?php echo $sitename ?></span>
    </a>
    <small class="site-slogan hidden-phone"><?php echo $slogan ?></small>
    </h1>
    </div>
    </div>
    <!-- //LOGO -->

    Change to


    <!-- LOGO -->
    <div class="span12">
    <div class="logo logo-<?php echo $logotype ?>">
    <h1>
    <a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>"<?php echo $logoimage ?>>
    <span><?php echo $sitename ?></span>
    </a>
    <small class="site-slogan hidden-phone"><?php echo $slogan ?></small>
    </h1>
    </div>
    </div>
    <!-- //LOGO -->

    + Open templates/ja_mero/css/custom.css file

    Add new script

    .logo {
    float: left;
    }

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

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 11 years, 3 months ago.

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