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].
Hello! I would like to put more pages into my menu without going into two lines. Is it possible to do? e.g. make current items smaller/less padding etc?
Thanks in advance.
Hi LeeSR7
You can add the following to Appearance > Custom CSS to adjust side padding of the navigation menu items.
.main-navigation ul li a { padding-left: 10px; padding-right: 10px; }You could also try customize your menu and use sub menu items in Appearance > Menus.