Archived topic
Menu
3 replies · Started by Michael on May 11, 2017
Viewing posts 1–4 of 4
Hello!
I am using a transparent menu for my desktop view and that works great. On the mobile view however, the menu bar is covering the image. Is there a way to adjust the margin or something so that the hero image at the very top isn't blocked by the menu bar?
Thanks! You guys rock.
Hi there,
Can you link me to your site?
Sure! pgplawgroup.com
Hi Michael,
Could you give this CSS a shot?
@media (max-width: 768px) {
.generate-combined-header {
position: relative;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
This archived topic is closed to new replies.