[Support request] Logo above slider in header on mobile

Home Forums Support [Support request] Logo above slider in header on mobile

Home Forums Support Logo above slider in header on mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1099960
    Michiel

    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?

    #1100269
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

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

    Thanks David, again, great support!

    #1100934
    David
    Staff
    Customer Support

    Glad to be of help

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.