Site logo

Archived topic

Trying to put the widgets on the right side of the (centered) logo

3 replies · Started by Vladica on March 12, 2020

Viewing posts 1–4 of 4

Hi there,
I have put two widgets in a header but they appear only on the right side.
Is there a way to put a widget on the left side of the logo as well?
Also the widgets on the right have pushed the logo to left (for their width). Is this something I should adjust with css?

Also I would like to ask you.
On that site I have removed Padding on ‘Home Hero’ header but when I resize the header to phone size there is a a lot of padding top and bottom and I don’t know where it comes from. Its not from the slider and ‘Home Hero’ heading does not have padding settings for different screen sizes?

Thanks

Hi there,

try adding this CSS:

@media (min-width: 769px) {
    .inside-header {
        position: relative;
    }
    .header-widget {
        max-width: unset;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        top: 45%;
        left: 0;
    }
}

Thanks David,
that worked well.
Can you please advise on max menu plugin that will work well with theme in terms of speed?

This archived topic is closed to new replies.