Rsfxm Posted May 6, 2020 Share Posted May 6, 2020 I have a 12 videos going 2x2 on my page, and would like the videos to have no space between them. As if they were all stuck together. How would i make that possible? Link to comment
jentagenyc Posted May 7, 2020 Share Posted May 7, 2020 If your site is on version 7.0, have you had a chance to check the Site Styles tweaks to reduce the spacing for your content? From the Home menu > Design > Site Styles Link to comment
tuanphan Posted May 10, 2020 Share Posted May 10, 2020 Can you share link to page where you use video blocks? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Rsfxm Posted May 14, 2020 Author Share Posted May 14, 2020 http://butterworthcollective.com/ When you scroll down, its the 14 videos I want to have no space between. Link to comment
tuanphan Posted May 15, 2020 Share Posted May 15, 2020 8 hours ago, Rsfxm said: http://butterworthcollective.com/ When you scroll down, its the 14 videos I want to have no space between. Add to Home > Design > Custom CSS div#page-section-5eb2d5fa5e3a476e77792068 .video-block { padding: 0 !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Rsfxm Posted May 15, 2020 Author Share Posted May 15, 2020 Awesome. Thank you so much!! Link to comment
Rsfxm Posted May 15, 2020 Author Share Posted May 15, 2020 Follow up question. Can I take the text below each of those videos, and have it on the video itself? Link to comment
tuanphan Posted May 16, 2020 Share Posted May 16, 2020 12 hours ago, Rsfxm said: Follow up question. Can I take the text below each of those videos, and have it on the video itself? Remove text? add this to Home > Design > Custom CSS div#page-section-5eb2d5fa5e3a476e77792068 .video-block .video-caption { visibility: hidden; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
KarlisVisuals Posted March 9 Share Posted March 9 Hi Guys! I need help. I am uploading a video at 3840 × 1634 aspect ratio and Squarespace is creating me the white bars on the video block. Is there any chance on removing it so it would look way better in the page? Thank you! Link to comment
tuanphan Posted March 10 Share Posted March 10 On 3/9/2023 at 11:52 AM, KarlisVisuals said: Hi Guys! I need help. I am uploading a video at 3840 × 1634 aspect ratio and Squarespace is creating me the white bars on the video block. Is there any chance on removing it so it would look way better in the page? Thank you! What is Motion page url? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
KarlisVisuals Posted March 11 Share Posted March 11 On 3/10/2023 at 7:40 PM, tuanphan said: What is Motion page url? Hi! Thanks in advance! It is a video block, that seems to have 16:9 aspect ratio, however I exported the video in 2:35https://www.karlisvisuals.com/motion Link to comment
tuanphan Posted March 12 Share Posted March 12 17 hours ago, KarlisVisuals said: Hi! Thanks in advance! It is a video block, that seems to have 16:9 aspect ratio, however I exported the video in 2:35https://www.karlisvisuals.com/motion Try adding to Design > Custom CSS div#block-a7d8a96307186ea9b4b3 .sqs-native-video .native-video-player { padding-top: 45% !important; width: 100vw; left: 50%; transform: translateX(-50%); } body { overflow-x: hidden; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
NickParente Posted March 23 Share Posted March 23 Hey @tuanphan, having this issue with videos on 7.0. I tried adapting what you wrote but I'm no coder and it doesn't seem to be doing anything: div#collection-641c844c4e6aa16b06b34445 .video-block { padding: 0 !important; } Any help? For reference this is the page I'm working on: https://www.nickparente.work/the-furrow Thanks for any help you can provide! Link to comment
tuanphan Posted March 24 Share Posted March 24 23 hours ago, NickParente said: Hey @tuanphan, having this issue with videos on 7.0. I tried adapting what you wrote but I'm no coder and it doesn't seem to be doing anything: div#collection-641c844c4e6aa16b06b34445 .video-block { padding: 0 !important; } Any help? For reference this is the page I'm working on: https://www.nickparente.work/the-furrow Thanks for any help you can provide! Try this body#collection-641c844c4e6aa16b06b34445 .video-block { padding: 0 !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
NickParente Posted March 26 Share Posted March 26 On 3/24/2023 at 7:32 PM, tuanphan said: Try this body#collection-641c844c4e6aa16b06b34445 .video-block { padding: 0 !important; } Hmm that didn't seem to work either. Attached an image of how I pasted the code- is this correct? Link to comment
tuanphan Posted March 29 Share Posted March 29 On 3/26/2023 at 12:45 PM, NickParente said: Hmm that didn't seem to work either. Attached an image of how I pasted the code- is this correct? Yes. Right. If it doesn't work, keep the code in CSS box and let me know, I can check it again easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment