[Support request] Mobile header elements order

Home Forums Support [Support request] Mobile header elements order

Home Forums Support Mobile header elements order

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1103743
    _blank

    Hi,

    I wanted to change mobile header elements order so that the first (topmost) is logo and then goes header widget. I followed this doc: https://docs.generatepress.com/article/header-widget/
    but what I get is logo and widget side by side (as in desktop header). How to correct it anyway?

    Peter

    #1103763
    David
    Staff
    Customer Support

    Hi there,

    add this CSS:

    @media (max-width: 768px) {
        .inside-header {
            display: flex;
            flex-direction: column-reverse;
        }
    }
    #1104108
    _blank

    Yes, works. Thank you.

    #1104113
    David
    Staff
    Customer Support

    You’re welcome

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