Jump to content

Horizontal menu right of logo?


Recommended Posts

Well, you need to get rid off the search box and cart first (unless your menu is super tight). Then, change this

.sf-contener {
clear: none; 
float: left;
width: 100%;
} 

to this

.sf-contener {
/* clear: both; */
float: left;
width: 65%;
}

You will find it in this file:

http://YourDomain.TLD/themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css

Plus you will have to fiddle a bit with the height or margin top...

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...