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

    Hi @l!
    Please i Need your help, i’m a beginner…

    i want customize the mobile view and activate the mobile menu for devices in landscape mode.
    I’ve found here this code:

    @media only screen and (max-width: 1200px) {
    nav.main_menu { display: none !important; }
    #advanced_menu_toggle { display: block !important; }
    }

    and i works well……..
    BUT after that i cannot see my cart symbol for the shop anymore.
    Please help me….
    Regards, Markus

    #647076

    Hey lackformkleber,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Andy

    #647082

    Hi Andy,
    here it is.
    Thank’s for Support.

    Regards, Markus

    #647165

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    @media only screen and (max-width: 1200px) {
    nav.main_menu li { display: none  !important; }
    nav.main_menu li.cart_dropdown_first, #advanced_menu_toggle { display: block !important; }
    #advanced_menu_toggle { right:120px }
    }
    

    Best regards,
    Vinay

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