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!
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
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
yes, thanks that worked!
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