Jump to content

[SOLVED] Move Top Menu position


Recommended Posts

Hello,

 

I decided to use Top menu instead of category menu.

 

First I enabled to the top menu, and it was added directly below the category menu, however, when I disabled the category menu the top menu moved up to the top of the page,

 

How can I move it down?

if you visit the site you'll see the problem.

 

 

Thanks

 

link to site http://cheaplinerental.co.uk/

Edited by Sati628 (see edit history)
Link to comment
Share on other sites

okay, so it's because you removed "cart" block from block user info module.

now it's necessary to change css styles for your theme and top horizontal menu.

 

 

to the .sf-contener add margin-top to .sf-contener in: /themes/phoneshop/css/modules/blocktopmenu/css/superfish-modified.css

 

.sf-contener {

background: url(../../../../img/topmenu_bg.jpg) repeat-x left top;

border: 1px solid #444;

border-radius: 2px 2px 0 0;

clear: both;

width: 978px;

height: 40px;

margin: 0 auto;

z-index: 1000;

margin-top: 60px;

}

 

the same for #page in: /themes/phoneshop/css/global.css

 

#page {

background: #FFF;

width: 960px;

margin: 0 auto;

padding: 10px;

margin-top: 40px;

}

Link to comment
Share on other sites

×
×
  • Create New...