Hi since the update 2.5.2 the footer column 1,2,3,4 are having formatting issues when viewed on a mobile devise
Any suggestion as to why this is happening and what can be done fix it
http://rcgauto.staging.wpengine.com/ (hosted on WPengine)
Thanks
Hey rcgroup!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) {
div .av_one_third, div .av_one_fourth {
margin-left: 0!important;
width: 100%!important; }}
Regards,
Yigit
Great – fixed !