Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The topic ‘Gap on mobile’ is closed to new replies.
Hello,
On this page, in the mobile version, there is a gap below the date of the blog article, and I don’t know how to remove it. See the screenshot.
Link: https://www.leben-mit-pmds.de/periode-schlafstoerungen/
Hey northorie,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (max-width: 500px) {
.responsive #top #wrap_all .flex_column {
margin-bottom: 0;
padding-bottom: 0;
}
#av_section_1 .av-special-heading-h1 .special-heading-border {
height: 0;
}
#av_section_1 {
min-height: 75px;
}
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Perfect! Worked very well!
Topic can be closed.
Thank you very much!
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike