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 there,
In my header for Vantage (premium) I currently have my logo image. one widget with a slogan and another widget for social media icons. I am trying to set the middle widget (the slogan) between the header and social widget. When I resize the screen for ipad size etc the middle slogan will go over the header image and is there a way to stop the text when it hits the header? Make the header image a block element?
Regards
Hi Ollie
Can you try this for me under Appearance > Custom CSS:
/* Vantage increase support text breakpoint */ @media screen and (max-width: 960px) { body.responsive header#masthead hgroup .support-text, body.responsive header#masthead hgroup #header-sidebar { position: static; display: block; margin-top: 30px; max-width: 100%; } }Please send through a link so I can see what’s up if it doesn’t work. You can adjust that 960px breakpoint as required.
PERFECT! Thanks Again Andrew
Super; glad to hear that helped.