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,
Can you please help me. I want to align the logo in the menu (and the menu itself) to the left. There is a space on the left now, which has the concequence that if i add more items in the menu, they drop below the main bar.
Thank you very much for the help!
Hi Floris
You can reduce the menu item padding as follows:
/* Menu Padding Horizontal */ .main-navigation ul li a { padding-right: 25px !important; padding-left: 25px !important; }In Vantage Premium you can insert that under Appearance > Custom CSS. If you’d like to stick with Vantage Free you can insert that into a Custom CSS plugin. That’ll allow more space to add more items. Adjust as required.
Thank you so much Andrew!
Do you also have a trick to move the logo more to the left?
Thank you so much!
Sure. Try the following under Appearance > Custom CSS or in a Custom CSS plugin:
/* Vantage Menu Logo In Menu */ nav.site-navigation[style] { left: 0 !important; width: 1940px !important; }Hi Andrew,
It seems like that screws up my menu bar. Im using vantage.
How could that be?
What happens when you insert that last snippet?
I changed the URL to http://www.website.nl instead of http:website.nl in wordpress via general settings, now i cant login to my admin panel. Do you have any idea what happend and what i can do, so that i can login again?
When i write in my credentials and password into the admin panel and i submit, nothing happens and the fields go empty again.
Forget the previous post, im back in!
What happens is that i get two search glasses on the right of the search bar.
Perhaps try this as an alternative technique:
header#masthead.masthead-logo-in-menu .logo { margin-left: -35px; }