Jump to content

[solved] How would i move my top bar abit down?


Recommended Posts

without an access to your website it will be painfull work ;) So, you should try with:

 

modules/blocktopmenu/css/superfish-modified.css

 

edit line 16: where you've got something like:

 

.sf-menu {
margin: 10px 0;
padding:0 5px;
width:970px;/* 980 */
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background: transparent url(../img/bg_blocktopmenu.png) repeat-x 0 0;
-moz-box-shadow: 0px 1px 2px #c6c6c6;
-webkit-box-shadow: 0px 1px 2px #c6c6c6;
box-shadow: 0px 1px 2px #c6c6c6;
}

 

 

you should change: margin: 10px 0;

to something like: margin: 50px 0px 0px 0px;

Link to comment
Share on other sites

×
×
  • Create New...