Tagged: x
-
AuthorPosts
-
May 8, 2016 at 1:47 pm #981240
Kamila LParticipantHi 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!!!
-KMay 8, 2016 at 9:24 pm #981580
NicoModeratorHi 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 / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks.
May 9, 2016 at 8:29 pm #983349
Kamila LParticipantThis reply has been marked as private.May 10, 2016 at 12:54 am #983566
John EzraMemberHi 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!
May 10, 2016 at 9:23 pm #985194
Kamila LParticipantHi 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
-KMay 11, 2016 at 2:05 am #985427
FriechModeratorHi 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!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-981240 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
