Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #843945

    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!

    #845584

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.