Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
I would like to decrease the line spacing of the vertical Navigation items on the mobile Display. I guess I will have to do this via css, but how do I address that navigation?
Thanks for your help!
Regards
Eckart
Offline
try something like this:
nav.nav_v li.menu-item a {
line-height: 24px;
}
and adjust height as needed
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Great! that does the trick!
Thanks a lot
Eckart
Offline