[Resolved] Responsive styling problems menubar

Home Forums Support [Resolved] Responsive styling problems menubar

Home Forums Support Responsive styling problems menubar

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #259129
    Alexander

    Hi everyone,

    I have just started to work with GeneratePress and I am impressed with the versitility.

    At the moment I am styling the header. The desktop view works already quite well but on the mobile view I have some problems. I would like the navigation to be all the way at the top but there is a gray bar or space which I cannot get rid of. I have tried and tried but I can’t quite figure it out. Any suggestions would be greatly appreciated.

    Here is the site: http://web28.milhouse.kundenserver42.de/ChildTheme/

    Thanks a lot,
    cheers
    Alex

    #259178
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Did you get this working? I can’t see any space on top of the mobile header.

    Let me know πŸ™‚

    #259386
    Alexander

    Hi. No I did not.

    have a look at this screenshot to see what I mean:

    http://web28.milhouse.kundenserver42.de/ChildTheme/wp-content/uploads/2016/12/Space.jpg

    Cheers
    Alex

    #259440
    Tom
    Lead Developer
    Lead Developer

    Ah I see, try this CSS:

    @media (max-width: 768px) {
        .inside-header {
            padding-top: 0;
        }
    }
    #259486
    Alexander

    Thanks, that solved it πŸ™‚

    BTW/Off Topic: How can I change my profile pic here?

    #259521
    Leo
    Staff
    Customer Support

    Checkout Gravatar: http://en.gravatar.com/ πŸ™‚

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