Crate a similar homepage to a website

  • Unknown's avatar

    Hello there. I would like to create a site similar to this one: https://www.motivationhub.com/

    But I don’t know how to embed multiple videos and the video player at the top of the page like on their homepage/landing page.

    If you can help me accomplish that, I would be grateful thank you.

    WP.com: Yes
    Jetpack: No
    Correct account: Yes

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

  • Unknown's avatar

    You can’t embed videos with in free website: https://wordpress.com/pricing/

    Or did you buy a plan?

  • Hey @jatafu7,

    Happy to help you with this.

    It looks like you were able to add that video into the page.

    The differences between the page and example you’ve provided is that the page is slightly wider.

    Thankfully, on the WordPress.com Premium plan it’s possible to expand that using custom CSS.

    This CSS can be added via Appearance > Customize > Additonal CSS.

    /* Widen page AL */
    
    .page-content {
        width: 970px;
    }
    
    .embed-youtube iframe {
        max-width: 100%;
        width: 970px !important;
    }

    I hope this helps!

  • The topic ‘Crate a similar homepage to a website’ is closed to new replies.