Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi,
I just updated WordPress and now for some reason I can’t adjust the horizontal space between my menu items anymore. Previously I was using this code and it was working fine!
#menu ul li { padding-right: 10px; padding-left: 10px; }
Any advice? Thanks so much.
(website here: annabeledwards.com)
Hi Annabel,
That CSS is definitely valid. There’s actually an issue with your custom CSS as there’s an extra right brace. To resolve this issue, please open up your custom CSS and find: /* Menu Padding Horizontal */
Remove the duplicate } above it.
Thank you so much!!!