increase width of video on home page

  • Unknown's avatar

    hi
    I would like to increase the width of the video on the home page so that the rights hand side aligns neatly with the light blue box above it.
    how do I do this pls?
    Thanks

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

  • Unknown's avatar

    Hi there, sometimes this cannot be done, but it appears like we can in this case. Go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS.

    iframe {
        width: 100%;
    }

    Test things and let me know what you think. It looks like it all works well in my testing.

  • The topic ‘increase width of video on home page’ is closed to new replies.