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! The first time I visit my site after changing my logo, the logo jumps down and creates a new row in the header. This is happening in safari and chrome on my mac, but also on others computers (pc and mac). Firefox seems to be working okay. I use the vantage theme.
Is there anything I could do to solve this?
My site: prioett.nu
Thanks!
Hi Daniel,
You should be able to avoid this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.
#masthead.masthead-logo-in-menu .logo { margin: 0 !important; padding: 10px 0 !important; }You might also need to install the SiteOrigin CSS Editor.
Thank you, it works perfectly!!