[Resolved] Main menu and blog content overlapping secondary menu

Home Forums Support [Resolved] Main menu and blog content overlapping secondary menu

Home Forums Support Main menu and blog content overlapping secondary menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2196333
    raul

    Hello, I recently changed themes and can’t figure out why my blog post content areas seems to go above the secondary menu causing the menu to shrink. Also my main menus on desktop do not work cause of this, so it seems. Im thinking it may be a css problem but im not to sure. Any input would be greatly appreciatd..

    #2196429
    Ying
    Staff
    Customer Support

    Hi Raul,

    It’s because of this CSS:
    https://www.screencast.com/t/2Jd8f8MWk3ab

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

    If you don’t want it to appear like this in your posts, change it to:

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

    If you don’t want any overlapping for your entire site, you can just remove it.

    #2196603
    raul

    Thank you so much.. it worked.

    #2197216
    Ying
    Staff
    Customer Support

    You are welcome 🙂

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