Archived topic
Separate container option is covering half of my top Navigation bar
3 replies · Started by Dream on March 31, 2020
Hi,
Under the container settings, when I'm selecting "Separate container" then a part of my top navigation is getting covered in the categories page. While when I switch to "One Container" then everything looks fine.
I need to have the separate container option enabled. Please help.
I checked other related issues (url shared) but the solution mentioned didn't work for me - https://generatepress.com/forums/topic/element-spacing/
Hi there,
can you provide a link to your site so i can see what the issue is.
You can edit your original topic and use the Site URL field to share the link privately.
Hi David,
I've shared the exact link of the website in which I'm seeing the issue.
Hi there,
looks like you have some CSS from a Site Library import ... go to Customizer > Additional CSS and delete this:
body:not(.home):not(.woocommerce) .site.container {
margin-top: -40px;
}