Hi,
me again, so i had to put more items in my main menu and they are now in 2 rows. Is there a way to make more compact or smaller so they are in 1 row?
the site in question is http://www.svepet.hr
Hi,
me again, so i had to put more items in my main menu and they are now in 2 rows. Is there a way to make more compact or smaller so they are in 1 row?
the site in question is http://www.svepet.hr
Oh and to add i would like the keep the font size.. it is a little unreadable iz its a size 10
Thx
Sure 🙂 Try going to Appearance > Customize > Theme Design > Main Menu and adjust the Link Right Margin value.
This reply has been marked as private.
Thanks for your feedback.
I can see an issue with the setting, apologies for the hassle, that’ll be resolved in the next version. Please, try the following in a Custom CSS plugin for the mean time:
/* Main Menu */
.main-navigation ul li {
margin-right: 25px;
}25 is the default, adjust as required.