brittco Posted March 25, 2022 Share Posted March 25, 2022 Site URL: https://www.onthedividemovie.com/ Hi, Can someone please help me with moving the caption under the play button? Please see the screenshot attached for an example of how I would like it to look Link to comment
brittco Posted March 28, 2022 Author Share Posted March 28, 2022 (edited) Is there someone who can help me with this? Need to get back to my client 😅 @tuanphan Edited March 28, 2022 by brittco Tagging a specific person Link to comment
brittco Posted March 30, 2022 Author Share Posted March 30, 2022 @paul2009 is this something you might be able to help with? 😅 Link to comment
tuanphan Posted April 1, 2022 Share Posted April 1, 2022 Add to Design > Custom CSS /* video caption */ section[data-section-id="616988e4c958133f99e7711c"] .video-caption { position: absolute; top: calc(~"50% + 100px") !important; left: 50% !important; transform: translate(-50%,-50%) !important; } brittco 1 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
brittco Posted April 1, 2022 Author Share Posted April 1, 2022 THANK YOU SO MUCH!!! Would it be possible to do this for mobile, also? Link to comment
tuanphan Posted April 1, 2022 Share Posted April 1, 2022 1 hour ago, brittco said: THANK YOU SO MUCH!!! Would it be possible to do this for mobile, also? Add this code under above code @media screen and (max-width:767px) { section[data-section-id="616988e4c958133f99e7711c"] .video-caption { width: 100%; top: calc(~"50% + 50px") !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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment