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

    Hi Guys,

    is it possible to have the socket menu under eachother on mobile devices?
    There are 3 pages wich need to align left and under eachoter

    #849533

    Hey Angelo,

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

    @media only screen and (max-width: 767px) {
    #socket .sub_menu_socket li {
        min-width: 100%;
        padding-bottom: 10px;
    }
    }

    Best regards,
    Rikard

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