Hi whdsolutions,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:767px) {
.responsive #top #wrap_all .av-layout-grid-container .av-gridrow-cell {
display: flex;
flex-direction: column;
justify-content: center;
}
.responsive #top #wrap_all .av-layout-grid-container .av-gridrow-cell .flex_column {
margin-bottom: 0;
}
}
Hope it helps.
Best regards,
Nikko
Absolutely fabulous – Thank you!