Hello,
I need to keep this client site private so the URL is in the Private Content with this message.
When viewing the site on phones the three columns of footer widgets smash together side by side into narrow columns, and content disappears, rather than stacking as most responsive footer columns do.
Also, the Tabs and Accordions are not responsive! Please see notes and screenshots in the Private Content.
Is there a [_] Responsive checkbox I forgot to check in Enfold settings somewhere?
It’s difficult to believe these three things are non-responsive–but they are.
We’re up against a deadline and after building out much of this site on the Enfold theme I’m discovering issues like this and the client is on hold.
Thank you for your help.
Chris
Hey Chris,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
#footer .av_one_third {
margin-left: 0 !important;
width: 100% !important;
}
}
Best regards,
Rikard
This worked for phones but on tablets (portrait) the middle widget overflows behind the left widget.
Can you give me a snippet for tablets that will prevent this?
Thank you,
Chris
Hi Chris,
Thanks for the feedback. Please try this instead:
@media only screen and (max-width: 989px) {
#footer .av_one_third {
margin-left: 0 !important;
width: 100% !important;
}
}
Best regards,
Rikard
Hi Kriesi team,
I had the same issue, perfect solution. Thank you!
Best regards
Meike