Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #607292

    Hello dear enfold developers,

    I have a problem with expanding our site. We need to place more and more info. For that we need to create a side menu’s. problem is that users cant see the side menu on a mobile devices. Today 80% users comes from mobile devices. So its a problem.

    Thanks for your help

    #607430

    Hi xeminis,

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

    @media only screen and (max-width: 767px) {
    #main .sidebar {
        display: inline-block !important;
    }
    }
    

    Thanks,
    Rikard

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