Space between menu lines in sidebar Resolved Requested: 2 years and 2 months ago Dear Madam/Sir, Please help us with the issue with sidebar. It has some space between menu items (parent categories): Eurocomach ES 85 SB – Design-test How to remove the space between lines? Thank you for consideration and your time. Best Regards, Maria
OnPoint Plugins 2 years and 2 months ago Hi Maria, The following custom CSS will remove the space between the link’s lines of text for all levels: .advanced-sidebar-menu a { line-height: 1; } If you would like to remove the space for only the parent you may use the following: .advanced-sidebar-menu .parent-sidebar-menu > li > a { line-height: 1; } Have a great day!
Hi Maria,
The following custom CSS will remove the space between the link’s lines of text for all levels:
If you would like to remove the space for only the parent you may use the following:
Have a great day!