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.

Vantage – alignment of widgets in header

11 years ago · Last reply by Greg Priday 11 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Greg Priday Staff 11 years, 10 months ago

    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.

Have a different question or issue?

Start New Thread