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!
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
Thank you! That did the trick :)