meo Posted April 29, 2021 Share Posted April 29, 2021 (edited) Site URL: https://www.meoconsulting.com/joy I want to set the video aligned vertically aligned respect the rigth column (form one). Data info: data-block-type="32" id="block-yui_3_17_2_1_1619648637965_9309"><div class="sqs-block-content" id="yui_3_17_2_1_1619665006781_93"><div class="intrinsic" style="max-width:100%">< Im trying to solve this adding in css the next code: @media screen and (min-width:641px) { #block-yui_3_17_2_1_1619648637965_9309{ //width: 95%; //display: grid; //display: flex; position: relative; align-items: center; justify-content: center; } Note: i want this for tablet resolution & Desktop Resolution(>640px). THX!😊 Edited April 29, 2021 by meo Adding info data Link to comment
meo Posted April 29, 2021 Author Share Posted April 29, 2021 Im trying with: div#page-6089e0e65de5db545cf3d160 row-sqs.row.span-12>.row:nth-child(2) { display: flex; align-items: center; justify-content: center; } But it doesnt works too... Link to comment
tuanphan Posted April 29, 2021 Share Posted April 29, 2021 10 hours ago, meo said: Im trying with: div#page-6089e0e65de5db545cf3d160 row-sqs.row.span-12>.row:nth-child(2) { display: flex; align-items: center; justify-content: center; } But it doesnt works too... Add to Design > Custom CSS /* center video */ @media screen and (min-width:641px) { div#page-6089e0e65de5db545cf3d160>.row:nth-child(2) { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } } meo 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
meo Posted April 29, 2021 Author Share Posted April 29, 2021 Thank you, it works correctly. There is a way to bring you a cooffe? I really apreciate ur help Link to comment
tuanphan Posted April 30, 2021 Share Posted April 30, 2021 22 hours ago, meo said: Thank you, it works correctly. There is a way to bring you a cooffe? I really apreciate ur help On tablet, I see this issue /* tablet joy */ @media screen and (max-width:900px) and (min-width:641px) { body#collection-6089e0e65de5db545cf3d160 main.Main { min-height: 100vh; } } 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