custom menu widget line spacing
-
I am using a Virtue child theme. I have a custom menu widget on my right sidebar. Some of my menu item names are longer than the widget’s width and spill over to a second line. My problem is, the default spacing between the first half of the broken line of text and the second half of the broken line of text is greater than the spacing between the short, unbroken lines of text in custom menu widget. The vertical space between short-length menu items is fine. It is the vertical line space between the items that spill over because they are wider than the menu item container that I want to reduce. I cannot change the menu item name to shorter ones. That would be too easy! I tried to customize my CSS with this code and it had no effect:
.widget ol, .widget ul {
line-height: 1.5;
}I have tried many other solutions from the forum but so far none gave me the result I need.
I am using Max Mega Menu plugin and do not see anywhere how to adjust this issue. All of my padding top and bottom are set at 0px and my other menus look fine.
Thank you for your help
- The topic ‘custom menu widget line spacing’ is closed to new replies.