• Hello,
    I am currently building a page for a company and I am using elementor header which is showing fine on all pages except the products ones, like cart, checkout etc…
    I cant really find solution even i read many topics and forums :/

    Thanks for any help!!

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • @mateo21530 To fix this

    You can edit your header in elementor, customize the margin-bottom, and set to 0px currently it’s set at -120px

    Or Go through customizer, click on the additional css and add this code

    .elementor-9960 .elementor-element.elementor-element-2206d95 {
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    Thread Starter mateo21530

    (@mateo21530)

    @luwie93 Hello, thanks for help and response.
    Yeah i did that 120px cos i wanted somehow make my elementor header transparent on th website but it turns out that it always moved the commerce pages. Now i deleted the margin as u said, and i made header transparent with the plugin but again happened the same thing.

    So I did some digging and found the fix

    .ast-container {
         margin-top: 120px;
    }

    I hope this helps you.

    Thread Starter mateo21530

    (@mateo21530)

    @luwie93
    Great, that really helped! You are the best, thank you!!

    @mateo21530 you’re welcome

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Header Menu overlapping on woocomerce pages’ is closed to new replies.