Hi,
I am having issue with my footer stacking on mobile.
Please see screenshot here: http://prntscr.com/fdv97k
Page is below.
Thank you.
Hey Travelyst,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
#top .av_one_fourth {
width: 100% !important;
}
}
Hope this helps :)
Best regards,
Nikko