Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #981240
    Kamila L
    Participant

    Hi All,

    I am trying to resize the video(make it smaller) on my homepage so that the background picture is viewable. Could you please advise how I can resize the video for that particular page?

    Homepage: http://www.livewithintent.co

    Thanks!!!
    -K

    #981580
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks.

    #983349
    Kamila L
    Participant
    This reply has been marked as private.
    #983566
    John Ezra
    Member

    Hi there,

    Thanks for updating the thread! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    .x-video.embed {
        width: 50%;
        margin: 100px auto;
        padding: 100px;
    }

    Just change the values as you see fit. Hope this helps – thanks!

    #985194
    Kamila L
    Participant

    Hi John,

    SO i added the css in but it didnt change the video size any other suggestions? Also would it be possible to only change the video size for the homepage I dont want the settings to be applied to the whole website.

    Thanks
    -K

    #985427
    Friech
    Moderator

    Hi There,

    Please add this code instead

    .home .x-video.embed {
    	max-width: 50%;
    	margin: 0 auto;
    }

    But before that look for this css code on your customizer

    blog span.featured-meta {
        display: none;

    And add the closing bracket

    You might need to add a Gap element above and below the video, to give it some space.

    Hope it helps, Cheers!

  • <script> jQuery(function($){ $("#no-reply-981240 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>