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

    Hello at Kriesi,
    I am refering to this https://kriesi.at/support/topic/responsive-4-col-footer-to-2-col-footer-on-tablets/ post. The solutions makes the footer 2 columns on tablets, but also on smartphones. But there I want the “normal” 1 col footer. How do I achieve that?

    Best Regards

    #897023

    Hey Sigmund,

    Please try to replace the code I gave you in that thread with this:

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

    Best regards,
    Rikard

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