Edit spacing on megamenu
See menu item Tools & Resources on http://dev.thinkreliability.com/
That is using megamenu with images and text for the submenu items.
However, the spacing (or padding) between each item in the columns is way too big. It's even forcing some of the menu items out of the bottom of the screen. So my question is how do I decrease the space between each menu item in a column.
I tried this:
#Top_bar .menu li ul li a {
0 10px 0 20px;
}
But that still left too much space between the menu items....and plus that also applied the css to other menu items that were already fine, messing them up.
So my questions is: How can I decrease the space between menu items in a column of a megamenu, but only apply that to a single top level menu item. I know editing css for a single menu item can be done. I've seen a tutorial on it, but I'm not sure how to make it work with this theme.
Please help. Thanks.
Comments
the only way to play with padding is the css you showed above and there is no other way to decrease mega menu paddings.
Thanks!