Site logo

Archived topic

Logo above slider in header on mobile

3 replies · Started by Michiel on December 10, 2019

Viewing posts 1–4 of 4

Hello, on our website we have placed a slider in the header with your tip. The logo stays nicely above it. On a mobile screen, however, the logo shoots under the slider. How do I solve this?

Hi there,

try this CSS:

@media (max-width: 768px) {
    .inside-header {
        display: flex;
        flex-direction: column;;
    }
    .header-widget {
        order: 5;
        margin-top: 1em;
    }
}

Thanks David, again, great support!

Glad to be of help

This archived topic is closed to new replies.