Home>Support>Vantage – alignment of widgets in header

Vantage – alignment of widgets in header

Hi guys – is there a way to stack the widgets in the header vertically? I have a text widget and the social buttons widget and I want them to align on top of one another – but they keep ending up side by side as you can see: www.jlbodyconditioning.com

I know it’s something in the code:

header#masthead hgroup #header-sidebar aside.widget {
position: relative;
float: right;
margin-bottom: 0;
margin-right: 25px;
}

But I have no idea what to change or add or customize – nothing seems to make it change, even if you remove the float, except for setting it from relative to fixed and then they stack on top of each other outside of the box.

Please help?

Thanks
Heather

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 5 months ago Greg Priday
    Hi, I Work Here

    Hi Heather

    I’ve been wracking my brain for a solution, but I can’t think of anything. You could stack the widgets below your header, but I’m not sure this is what you’re after. It’s worth checking out though. Just add this to your custom CSS editor.

    header#masthead hgroup #header-sidebar {
       position: static !important;
       display: block !important;
       margin-top: 30px !important;
       max-width: 100% !important;
    }

    I’m going to try come up with a better solution. Although I might have to add it as part of a future Vantage update.

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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More