tozi Posted January 4, 2014 Share Posted January 4, 2014 (edited) Hi all, how can i change topmenu list, like graphic in attachment? eg 5 item and new column Edited January 4, 2014 by tozi (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted January 4, 2014 Share Posted January 4, 2014 hello it's easy to achieve, with css styles only. the most important thing: change width of <ul> object with param: width: 408px!important; .sf-menu li:hover ul, .sf-menu li.sfHover ul { width: 408px!important; left: 0; top: 34px; z-index: 99; width: auto; } it's a part of modules/blocktopmenu/css/superfish-modified.css file, line 151 all other stuff like colors, you have to change in the same file Link to comment Share on other sites More sharing options...
tozi Posted January 4, 2014 Author Share Posted January 4, 2014 It works. Thanks. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now