sounds Posted August 7, 2014 Share Posted August 7, 2014 Hi, I have a few root menu items with sub-menu items in them. So when you click a root menu item the sub menu drops down. But there's a huge space between each sub-menu item Smart Phones - big space | Phablets - big space | Tablets - big space. How do I decrease this spacing? One other question about the sub-menu, it goes the full length of the page to the right.Can I shorted the length? Link to comment Share on other sites More sharing options...
dioniz Posted August 7, 2014 Share Posted August 7, 2014 In yourdomain/themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css find this .sf-menu > li > ul > li { float: left; padding-right: 15px; width: 20%; } Change width to suits your needs Here is the code for submenu panel: .sf-menu > li > ul { padding: 26px 30px 31px; width: 100%; } 1 Link to comment Share on other sites More sharing options...
SharmaS Posted August 8, 2014 Share Posted August 8, 2014 Thanks dioniz for useful information. 1 Link to comment Share on other sites More sharing options...
sounds Posted August 9, 2014 Author Share Posted August 9, 2014 Thanks Dioniz Any idea where to change this so there's less space between the top menu and the drop down to the sub menu Link to comment Share on other sites More sharing options...
francklecancre Posted October 3, 2014 Share Posted October 3, 2014 up ! Link to comment Share on other sites More sharing options...
Recommended Posts