Hi there,
I have an issue with a whitespace still being shown on mobile screen (iPhone 7) although I have have ticked of the little checkbox where it says “hide on smaller screens”.
Hopefully you can help.
Best regards
Jerome
Hey elsadenmark,
Please let us know if you want us to help you adjust margins and paddings.
Best regards,
Victoria
I might have described the issue somewhat badly. The issue remains – the whitespace is still shown on mobile devices although I have checked the little checkbox where it says “hide on mobile screens” – please see attached screenshot.
The second link shows a screenshot where I simply removed the whitespace and in the screenshot you can see, that there is less space once I removed the whitespace element.
Best regards
Jerome
Hi elsadenmark,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
.home #av_section_1 .content.av-content-full {
padding: 0;
}
.home #av_section_1 .av-special-heading {
margin-top: 30px;
}
}
Hope it helps.
Best regards,
Nikko
Worked perfectly. Thanks Nikko!!