Remove blank space surrounding vimeo files

  • Unknown's avatar

    Hello,

    I would like to remove the blank space surrounding the vimeo file on the home page of my website.
    Is there a way to do this?

    Thank you for any suggestions!

    Helen

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hey there,

    I have spent some time looking into a solution for you and although with the current setup there doesn’t seem to be an immediate solution to reduce the blank space surrounding the video I believe we can make it happen with a little but of custom CSS. The Custom CSS application is only available for Premium and Business plan members, for more information click here: https://en.support.wordpress.com/custom-css/.

    If you do so happen to have access to custom CSS and If I am correct in my assumptions of what your looking to achieve, the following CSS will reduce the top spacing:

    .vp-player-layout {
        top: 0 !important;
    }
    

    and this will reduce the bottom spacing:

    .jetpack-video-wrapper {
        height: 421px;
    }
    

    Hopefully this helps, and if I misunderstood in any way just let me know and I would more then happy to look into alternative solutions.

    Cheers

  • Unknown's avatar

    This worked beautifully, thank you so much for your support!

  • Unknown's avatar

    You are very welcome!

  • The topic ‘Remove blank space surrounding vimeo files’ is closed to new replies.