Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1436463

    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

    #1436560

    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

    #1436657

    thanks!

    #1436669

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.