It seems that the footer on the home page loses all responsiveness and each column begins to merge with each other. I’ve deactivated some new plugins we’ve added and the problem still persists. Am I missing something?
The site is kk.maximizedigital.com
It worked absolutely fine this morning but I’m not sure what I could have done that caused problems/conflicts with plugins deactivated.
Hey mdmllc!
Thank you for using Enfold.
Can you please provide a screenshot of the issue? I can’t see anything wrong with the page.
Regards,
Ismael
Oops, sorry about that. It’s mobile. http://i.imgur.com/HSPz4FN.png
It loses all responsiveness and stacks together. I’ve removed widgets, plugins and it still persists only on the home page.
Hey!
Thank you for the screenshot.
The markup of the footer widgets is wrong. Did you edit or add any modifications? Please download the latest version of the theme 3.0.4 if you’re planning to upgrade WordPress 4.0.1. Add this on Quick CSS or custom.css for a temporary fix:
@media only screen and (max-width: 767px) {
#footer div .av_one_fourth {
width: 100%;
}
}
The update should revert the footer widget markup to default.
Cheers!
Ismael
Nope, no one on my end touched it. Maybe our client… but this code worked! Thank you very much for your prompt and quick service. We’re huge fans of Enfold. :)