test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • 2capjob Friend
    #193425

    good day
    I want to ask you. how to remove the logo and move the menu to the left.
    since it does not fit.
    Thank you.


    1. Sans-titre-1
    TomC Moderator
    #517232

    So that we can try to best assist you, please provide the url of the site you’re working on,
    as well as set “Optimize CSS” to “No” within your Template Manager–General settings.

    Ninja Lead Moderator
    #517240

    The following tweak will help to remove the logo and move menu to the left:

    Note: Make sure you back up the file first

    – Open templates/ja_magz/tpls/blocks/header.php file, remove the snippets below:


    <!-- LOGO -->
    <div class="span2 item-first spanfirst">
    <div class="logo logo-<?php echo $logotype ?>">
    <div class="brand">
    <a <?php echo ($logotype == 'image' && $logoimage) ? '' : 'class="bg-image"' ?> href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>">
    <?php if($logotype == 'image' && $logoimage): ?>
    <img class="logoimg" src="<?php echo JURI::base(true) . '/' . $logoimage ?>" alt="<?php echo strip_tags($sitename) ?>" />
    <?php endif ?>
    <span><?php echo $sitename ?></span>
    </a>
    <small class="site-slogan hidden-phone"><?php echo $slogan ?></small>
    </div>
    </div>
    </div>
    <!-- //LOGO -->

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

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

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