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

    Hello at Kriesi,
    is it possible to make the 4 col widget footer to a 2 col footer on tablets and below? I have some long words in the colums and they get cut ob tablets. I have tried the code from https://kriesi.at/support/topic/responsive-4-column-footer/ but this does not work.

    Thanks!

    Regards

    #896036

    Hey Sigmund,

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

    @media only screen and (max-width: 1024px) {
    #footer .av_one_fourth {
        margin-left: 0 !important;
        width: 40.5% !important;
    }
    }

    Best regards,
    Rikard

    #896065

    Hello Rikard,
    great! That works. You can close the topic.
    Best Regards

    #896417

    Hi,

    Great, glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Responsive 4 col footer to 2 col footer on tablets’ is closed to new replies.