[Support request] Logo + header + header

Home Forums Support [Support request] Logo + header + header

Home Forums Support Logo + header + header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #291087
    Duncan

    Hi Tom

    How do I get two header widgets similar to this – two areas to add stuff – and turn off on a mobile.

    header example

    Hopefully this hasn’t be asked before.

    Regards

    Duncan

    #291090
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    You can make header widgets sit next to each other like this: https://generatepress.com/forums/topic/making-widgets-adjacent-in-header/#post-98140

    If you want to hide them on mobile, you can do this:

    @media (max-width:768px) {
        .site-header .widget {
            display:none;
        }
    }
    #446226
    Mark

    Hello Tom

    I’m wondering the same thing basically but, want them to all be evenly spaced horizontally. Logo on the left then widget one and widget two.

    Could you tell me how to do that?

    Thanks!

    #446298
    Leo
    Staff
    Customer Support
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.