Hi,
On the latest site I have built with Enfold the footer columns do not stack on mobile as they do on all the other Enfold sites.They don’t seem to be responsive but just appear next to each other in a very narrow format. I can’t seem to find what’s causing this. Can you check?
Hey graphicsplus,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) {
#footer div .av_one_third {
width: 100%;
margin-left: 0;
}
}
If you need further assistance please let us know.
Best regards,
Victoria