Archived topic
Line height in side menu
2 replies · Started by Maria on June 6, 2018
One of the menu items in my side menu wraps onto 2 lines. This makes it look like 2 options. I'd like to reduce the line spacing for just this menu item, but I can't seem to make it work. I'd appreciate any advice.
The website is:
https://testcpp.uk.johnsonva.com/
And the menu item I want to change is 'Find your local herbalist'
Many thanks
Maria
Hi Maria, i see that menu item has a custom class so you could target it like so:
#primary-menu .local-herb a {
line-height: 25px;
}
Perfect! Thank you david!
Everything's working perfectly now!
Thank you again
Maria