ricky11 Posted September 4, 2014 Share Posted September 4, 2014 (edited) In the latest PS1609, if you are using the default bootstrap theme, most of us are probably using the built in top horizontal menu. A great menu and a major step up from 1.5. I wonder if its possible to not always have the subcategories displayed in a wide menu? Is it possible to display it in a single column ? I tired to enable the mega menu, but it doesn't seem to work. Please do advise how i can get the top horizontal menu to display subcategories in a single column,and some in a wide column.... And does anyone know how to disable the hyperlink from parent categories? thanks! Edited September 4, 2014 by ricky11 (see edit history) Link to comment Share on other sites More sharing options...
duredo Posted September 4, 2014 Share Posted September 4, 2014 (edited) try to edit /themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css .sf-menu > li > ul { padding: 26px 30px 31px; width: 100%; } change width: 30%; .sf-menu li ul { display: none; left: 0; top: 59px; /* match top ul list item height */ z-index: 99; padding: 12px 0px 18px 0px; -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 13px; -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 13px; box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 13px; } @media (max-width: 767px) { .sf-menu li ul { top: 0; } } delete left: 0; .sf-menu > li > ul > li { float: left; width: 20%; padding-right: 15px; } change width: 100%; Edited September 4, 2014 by indobusana (see edit history) 1 Link to comment Share on other sites More sharing options...
ricky11 Posted September 4, 2014 Author Share Posted September 4, 2014 Thanks, I will try this tomorrow. I guess this will change all root categories to single column? Link to comment Share on other sites More sharing options...
duredo Posted September 4, 2014 Share Posted September 4, 2014 yup, this will change all submenus to dropdown. I'm sorry, I didn't realize that you want to change some to dropdown and the others are mega menu. IMO, its hard to customize default top horizontal module like you need Link to comment Share on other sites More sharing options...
ricky11 Posted September 4, 2014 Author Share Posted September 4, 2014 Thanks, your solution is great , and will work for me. I am looking in to why mega menu does not work for me though.... thanks... Link to comment Share on other sites More sharing options...
Recommended Posts