On Mobile view – There is a very large gap after the video. Can you get me some CSS to fix on this page, without messing up other page spacing on mobile view?
screenshot: https://drive.google.com/file/d/1V9Li1-bNyzaWdAo45S_-AAwYfAokxTSP/view?usp=sharing
Hey bemodesign,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (max-width: 768px) {
#top.page-id-3609 #av_section_1.av-minimum-height-75:not(.av-slideshow-section) .container {
height: 60vh;
}
}
After applying the css, please clear your browser cache and check.
this is for the one page.
Best regards,
Mike
thanks!