Viewing 1 post (of 1 total)
  • Author
    Posts
  • crunch Friend
    #143465

    Hi,
    I wish to remove image/or text if so set, from top of template and move menu across to left to fit more navigation tabs in.
    I removed the 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 } ?>

    in index which removed image. For the life of me I cannot move the menu over to fill its spot.
    I have looked in CSS but that is a bit beyond me and I got a bit messed up.

    I would also like to lessen the height of the panel then the menu is in, currently it is quite high in its defaul setting.

    Thanks.

Viewing 1 post (of 1 total)

This topic contains 1 reply, has 1 voice, and was last updated by  crunch 15 years, 2 months ago.

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