1. PROMO Upgrade to Pro Membership @ $99 / Lifetime & access all our 16+ premium Divi extensions: Divi Block, Carousel Toolkit, etc.LEARN MORE
Dismiss Notice
NEW Divi.Help Pro Carousel AI Toolkit - Magically turn your Divi design into carousel, simply by using our online toolkit. No plugins needed. Now it works with Divi 5 as well!Try our carousel AI toolkit
BEST Divi Block - A revolutionary drag & drop tool to easily mix & match 960+ premade blocks (Light & Dark) to kick start your Divi site design. Special module designs are included as well. Also newly added AI generator & color. Now it works with Divi 5 as well!
Learn More About Divi BlockFree Version ~ 340+ Free Blocks

Solved why is my shopping cart displaying an empty horizontal menu on tablet?

Discussion in 'Free Divi Community Forum' started by neverdowork, Mar 6, 2023.

  1. neverdowork

    neverdowork Member

    Dear community,

    I started on the mobile version of my website and the cart icon in the header is now displaying an empty horizontal burgermenu, how can i turn this off?

    It is only supposed to display the cart icon and the amount of items in the cart.

    Here's the URL to the site: https://www.wearex.net/login/marketplace/

    Many thanks in advance!
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade promo bar / notification bar with close button for your Divi site without using any plugins:View Demo
  2. neverdowork

    neverdowork Member

    *addition: I tried using display: flex on the class .mobile_menu_bar which basically works, but also removes the second header.
     
  3. neverdowork

    neverdowork Member

    Got it!


    @Media (max-width: 980px) {
    .et_pb_menu__menu {
    display: flex !important;
    }
    .et_mobile_nav_menu {
    display: none !important;
    }
    }

    This worked in my dev tools (without !important) but didn't in my custom CSS, so it confused me, but this is the solution!
    This snippet will turn off the burger menu on your cart *and* on a horizontal menu that has 5 elements!

    Happy coding!
     
    1. PRO MEMBER PERKS Divi Ultimate Header Plugin - Custom Divi Builder header on desktop + default slide in / fullscreen menu on mobile:Learn More