Center menu
Hello,
Can you please tell me what css code I need to put in the custom css to center the menu?
Thank you so much!
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.
Hello,
Can you please tell me what css code I need to put in the custom css to center the menu?
Thank you so much!
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Have a different question or issue?
Start New Thread
Replies
8Hi Floris
Insert the following under Appearance > Custom CSS:
/* Vantage center align the main menu */ .main-navigation ul { font-size: 0; text-align: center; } .main-navigation ul li { display: inline-block; float: none; } .main-navigation ul ul li { text-align: left; }Hello Andrew,
That didn’t work, the menu turned into a lot of blue blocks with no tekst in them.
Sorry, that should have been:
/* Vantage center align the main menu */ .main-navigation ul { text-align: center; } .main-navigation ul li { display: inline-block; float: none; } .main-navigation ul ul li { text-align: left; }Hello Andrew,
Is it also possible to set an image in the header instead of a color?
Sure. Appearance > Customize > Page > Masthead Background, that’ll give you a header background image.
Thanks, that worked!
Can you also tell me how to remove the ”box” surrounding images (logo’s) when inserting them through the visual editor?
And how to increase the font size when using the circle icon option, i tried to add a css code in the option box like this:
p.normal {
p {
font-size: 23px;
}
but that didn’t work
The image shadow and rounding can be de-activated from Appearance > Customize > Page > Image Shadow and Rounding.
I’ve added the CSS for all Circle Icon font size selectors here:
Thread: adjust font size text in circle icon home page
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.