hey guys, I know there are multiple ways to approach this. Just seeking the best approach given the variety of devices out there.
The mobile should not be producing a gap between the image and copy block. See how it renders on the desktop? Any thoughts? Thanks!
Hey Justin,
Thank you for using Enfold
Remove the bottom margin of the column.
@media only screen and (max-width: 989px) {
.responsive #top #wrap_all .flex_column.av-break-at-tablet, .responsive #top #wrap_all .av-break-at-tablet .flex_cell {
margin: 0;
margin-bottom: 0;
}
}
This will affect every columns in the site.
Best regards,
Ismael