The grid row is set to display each column on its own at 767 and lower.
Please advise, thank you.
Hi finchkelsey,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:767px) {
#top .footer.av-layout-grid-container {
display: flex;
flex-direction: column;
}
#top .footer.av-layout-grid-container .flex_cell {
width: 100%;
padding: 10px 10px 40px !important;
}
}
Best regards,
Nikko