G'day Dan and fellow Danland users,

Am I able to move suckerfish below the slideshow banner???

Any help much appreciated

Lee

Comments

danpros’s picture

Hi Lee,

Of course you can do that. Remove the following code below the banner in page-front.tpl.php and page.tpl.php

<div id="menu">
<div id="rounded-menu-left"></div>
 <?php if ($primary_links || $superfish_menu): ?>
      <!-- PRIMARY -->
      <div id="<?php print $primary_links ? 'nav' : 'superfish' ; ?>">
        <?php 
					     if ($primary_links) {
		          print theme('links', $primary_links); 
				      }
				      elseif (!empty($superfish_menu)) {
				        print $superfish_menu;
				      }
        ?>
      </div> <!-- /primary -->
    <?php endif; ?>
<div id="rounded-menu-right"></div>
</div> <!-- end menu -->

And the rest is CSS.

Dan

danpros’s picture

Status: Active » Closed (fixed)

I'll close this.

Thanks,
Dan