Site logo

Archived topic

Responsive styling problems menubar

5 replies · Started by Alexander on December 30, 2016

Viewing posts 1–6 of 6

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

Hi there,

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

Let me know :)

Ah I see, try this CSS:

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

Thanks, that solved it :)

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

This archived topic is closed to new replies.