This topic has 4 replies, 3 voices, and was last updated 8 years, 6 months ago ago by Jack Richardson
Hi Guys
I tried not to bother you with this one. Even posted it on wordpress.org but they just referred me back here.
Elements in the Footer are stacking on top of each other in mobile. How can I fix? Thanks
Hello seandigisave,
there were margin-top:-30px
and margin-bottom:-25px
settings set in your Static block which break layout for mobile devices:
We have removed that code and added following one to Theme options > Custom css > Custom CSS for desktop and tablet:
.main-footer-2 .vc_custom_heading{
margin-top:-30px;
margin-bottom:-25px;
}
Regards,
Stan Russell.
Thanks a million Stan!
Hello,
You’re welcome.
Best regards,
Jack Richardson.
The issue related to '‘Footer Issues Mobile’' has been successfully resolved, and the topic is now closed for further responses