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

    Hey, I need some help.
    On my page, the small bar above the main menu overlaps the main menu, so that the cart-icon cannot be displayed well.
    I already searched for a solution, what can I do?
    Thanks a lot!

    kind regards, Christian

    #650188

    Hey Christian,

    Thanks for getting in touch with us!

    There is a style that is pushing the cart icon behind the top bar in the WooCommerce stylesheet. Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .html_bottom_nav_header .cart_dropdown {
        margin-top: -23px !important;
    }
    

    Best regards,
    Jordan

    #650201

    problem solved :)
    Thanks!

    #650217

    Hi,

    You’re welcome! Feel free to reach out to us again if you need anything else :)

    Best regards,
    Jordan

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Problem with menu overlap’ is closed to new replies.