[Support request] Pages Overlapping Secondary Menu

Home Forums Support [Support request] Pages Overlapping Secondary Menu

Home Forums Support Pages Overlapping Secondary Menu

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2456266
    Craig

    Hi, when I load pages on my website the background is too high and overlaps the secondary menu this only happens with my pages that have the fixed background is there a way to lower the page background section? thank you I have included an image so you can see the error.

    View post on imgur.com

    #2456494
    Ying
    Staff
    Customer Support

    Hi there,

    Can you link us to the page?

    #2456533
    Craig

    Sure https://geordiegadgets.co.uk/sell-my-laptop/ I want it to be around the same height as https://geordiegadgets.co.uk/product-category/gaming/games-consoles/ the pages were correct but after the GeneratePress update, this happened to the pages. thanks

    #2456537
    Leo
    Staff
    Customer Support

    Can you try removing this CSS?

    body:not(.home):not(.woocommerce) .site.container {
        margin-top: -40px;
    }
    #2456619
    Craig

    Thanks, Leo this does work by removing the CSS the menu is now accessible.

    GG

    To make the site look a bit cleaner how could I go about lowering the pages a bit to display the same gap as the woocommerce pages? similar to how it should be as default.

    GG2

    #2456837
    David
    Staff
    Customer Support

    Hi there,

    you have this CSS in Customizer > Additional CSS:

    
    body:not(.home):not(.woocommerce).separate-containers .site-main {
    	  margin-top: 0;
    }

    If you remove that CSS then you will have the same gap across the site.

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