Viewing 6 posts - 1 through 6 (of 6 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!

    #1471999

    Hi,

    Great, I’m glad that Mike could help you out. We’lll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘image not placed at bottom of section’ is closed to new replies.