Tagged: , ,

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

    how can I hide or change the socket or footer column In mobile devices?

    in mobile device http://www.b2bactiva.com the Footer is very long.

    Regards.

    #874461

    Hey brunet77,

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

    @media only screen and (min-width: 480px) and (max-width: 768px) {
    #footer div .av_one_fourth {
        margin-left: 6% !important;
        width: 20.5% !important;
    }
    }

    Best regards,
    Rikard

    #874785

    Perfect

    Tnks.

    #875088

    Hi,

    Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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