[Resolved] Is it possible to make header widget display below logo on narrow screens?

Home Forums Support [Resolved] Is it possible to make header widget display below logo on narrow screens?

Home Forums Support Is it possible to make header widget display below logo on narrow screens?

Viewing 6 posts - 16 through 21 (of 21 total)
  • Author
    Posts
  • #171729
    Aleksandar Velev

    Hi Tom,
    I want to apologize for my bad English, and thank you for a great theme.
    I use premium theme of Generate Press and wanted to argue as much as possible to make a space between the logo and the widget.

    Thank you.

    #171847
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    So a separating space on mobile?

    Give this a try:

    @media (max-width: 768px) {
        .site-logo {
            margin-bottom: 20px;
        }
    }

    Let me know ๐Ÿ™‚

    #592140
    Daniel

    Hi there!

    I’ve used the css you post here to move the header widget below the logo and it is working perfectly even with the latest version of the theme.

    Thanks!

    #592157
    David
    Staff
    Customer Support

    Hi Daniel, glad you found this solution.

    #655345
    DAVID

    Just found this now and used the CSS to fix this. Would like to add my voice to the others suggesting that putting the header widget under the logo on smaller screens should be the default for the theme. Thanks.

    #655848
    Tom
    Lead Developer
    Lead Developer

    I agree – once we make the move to Flexbox in the header, we’ll make this change ๐Ÿ™‚

Viewing 6 posts - 16 through 21 (of 21 total)
  • You must be logged in to reply to this topic.