Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #587479

    Hi there,

    I can’t seem to find a solution to this problem:

    When viewed on an iphone, the homepage footer displays in four columns instead of acting responsive. This is only happening on my homepage and not other pages on the site.

    Thanks for any help!

    #588147

    Hey mcmahon_pt,

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

    @media only screen and (max-width: 767px) {
    #footer .av_one_fourth {
    width:100% !important;
    }
    }

    Regards,
    Rikard

    #588529

    Thank you! That did the trick :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Footer Not acting responsive on Iphone’ is closed to new replies.