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 does anyone know how I can put the logo in the centre at the top or move it in line with the menu bar please? I have premium vantage theme.
Hi Rushin
I apologize for the delayed response. We work through a prioritized forum queue, and unfortunately it’s taken us some time to get to your thread.
https://siteorigin.com/about/forum-thread-prioritization/
You can change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.
/* Vantage Center Logo */ header#masthead .hgroup .logo { float: none !important; } header#masthead .hgroup .logo img { display: block !important; margin: 0 auto !important; }Ensure you enter you purchase order number ,if you have premium version to ensure you thread is properly prioritized in our system
Cheers