Reducing space between menu items on Vantage theme not working on Firefox
By bro654, 5 years ago. Last reply by Andrew Misplon, 5 years ago
Hi, I just wanted to see if anyone had any advise on my predicament. I have used the following CSS on my theme to reduce the padding between my header menu items: /* Menu Padding Horizontal */ .main-navigation ul li a { padding-right: 25px !important; padding-left: 25px !important; } My issue is that it is…