test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • helenschormann Friend
    #163206

    Please could you tell me how to remove the logo from the top left position so that the menu shifts to the left. I am working with JA Lead template.

    Phill Moderator
    #388090

    First open templates>ja_lead>index.php and remove the following code

    <?php
    $siteName = $tmpTools->sitename();
    if ($tmpTools->getParam('logoType')=='image') { ?>
    <h1 class="logo">
    <a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $siteName; ?></span></a>
    </h1>
    <?php } else {
    $logoText = (trim($tmpTools->getParam('logoText'))=='') ? $config->sitename : $tmpTools->getParam('logoText');
    $sloganText = (trim($tmpTools->getParam('sloganText'))=='') ? JText::_('SITE SLOGAN') : $tmpTools->getParam('sloganText'); ?>
    <div class="logo-text">
    <h1><a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $logoText; ?></span></a></h1>
    <p class="site-slogan"><?php echo $sloganText;?></p>
    </div>
    <?php } ?>

    Then open template.css and around line 947 change


    #ja-mainnav {
    background: none repeat scroll 0 0 #000000;
    float: right;
    margin: 40px 0 0;
    width: 799px;
    z-index: 9999;

    }

    to


    #ja-mainnav {
    background: none repeat scroll 0 0 #000000;
    float: left;
    margin: 40px 0 0;
    width: 799px;
    z-index: 9999;

    }

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

This topic contains 2 replies, has 2 voices, and was last updated by  Phill 13 years, 7 months ago.

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