Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1471914

    On mobile I have an image placed at bottom of a section, but there is still a white margin/padding visible. How can this be removed? I want it to stick it to the section below.

    Thanks!

    #1471941

    Hey Jantien,

    Thanks for the screenshot. Could you post a link to where we can see the actual element as well please?

    Best regards,
    Rikard

    #1471946
    This reply has been marked as private.
    #1471956

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) { 
     .responsive #top #wrap_all .flex_column {
            margin-bottom: 0px;
     }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1471959

    yes, thanks that worked!

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