Archived topic
Responsive styling problems menubar
5 replies · Started by Alexander on December 30, 2016
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 :)
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
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?
Checkout Gravatar: http://en.gravatar.com/ :)