• On mobile, the shopping cart is inside the hamburger menu. Is it possible to put it out of the hambueguer, on the right of the hamburguer menu ?

    I am using the free version of the theme.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Extend Themes

    (@extendthemes)

    Hello @playdiune,

    Thank you for reaching out to us with your query.

    I would kindly ask you to add the CSS snippet below in your Customizer > General Settings > Additional CSS and let us know if it achieves the desired result for you:

    @media only screen and (max-width: 480px) {
    ul.dropdown-menu , #mainmenu_container {
    display: block!important;
    }
    
    #main_menu > li.page_item {
        display: none!important;
    }
    
    #main_menu > li.mesmerize-menu-cart {
    float: right!important;
    margin-top: -25px!important;
    margin-right: 55px!important;
    }
    }

    We’re looking forward to hearing from you.

    Thread Starter playdiune

    (@playdiune)

    Unfortunately it doesn’t work. I leave an image attached to give you an idea of ??what I would like.

    (image) https://ibb.co/8M6YyBg
    This is the site where i am testing it: https://mtnitransportes.pt/

    Thanks

    • This reply was modified 2 years, 7 months ago by playdiune.
    Theme Author Extend Themes

    (@extendthemes)

    Hello,

    We would kindly ask you to get in touch with us using the link below in order for us to be able to help reach a swifter resolution to your inquiry:
    https://extendthemes.com/mesmerize/#support

    We’re looking forward to hearing from you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WooCommerce cart outside of hamburger menu on mobile’ is closed to new replies.