Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #818727

    I’m using the side menu as in http://kriesi.at/themes/enfold-photography/

    I want to hide the menu on tablets. How do I do that, using quick css?

    Best regards,

    #818790

    Hey Jeroen0517,

    I’m not sure if that is such a good idea, how would users navigate on the site?

    Best regards,
    Rikard

    #819996

    I use the mobile menu on tablet

    #820198

    I tried also with css hero, but didn’t work. Please help me.

    #820317

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 1024px) {
    #header {
        width: 0 !important;
    }
    
    #main {
        margin-left: 0 !important;
    }
    }

    Best regards,
    Rikard

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