Hi,
You can adjust the line height in the font settings of the left and right menus.
Check this screenshot.
https://cl.ly/3h1s2D250I41/Image%202017-10-23%20at%2011.14.27%20AM.public.png
Thread Starter
wpjap
(@wpjap)
I know and tried that already, but it only adjusts the line height, not top/botton margin or padding. See here what happens https://s6.postimg.org/m1cv36ajl/image.jpg
Thus my question about other adjustments like spacing/alignment etc.
If you increase the line height it will increase the bottom and top space. Check how it looks when I increased it directly to 1.5em
https://cl.ly/0h3A2g0F1g2q/%5B09515e9be91daa813feea86fadb1ff5b%5D_Image%202017-10-23%20at%202.43.13%20PM.png
You can also adjust the padding with this custom css.
#mobmenuright li a, #mobmenuright li a:visited, #mobmenuright .mobmenu_content h2, #mobmenuright .mobmenu_content h3 {
padding-left: 50px;
padding-right: 50px;
}
Don’t forget to purge the browser cache and any cache plugin you might be using, this can prevent you from seeing the changes.
Thread Starter
wpjap
(@wpjap)
Ok, thanks. This is what I was looking for: #mobmenuright li a, #mobmenuright li a:visited, #mobmenuright .mobmenu_content h2, #mobmenuright .mobmenu_content h3