Video section too large on desktop

Video section too large on desktop

DASCPA
Shopify Partner
81 0 17

Hello, Looking to reduce the size of the video section in dawn on desktop. Scale is perfect on mobile but too big on desktop. See screenshot here. Plus see a video section screenshot on 'label source' of how it should look. Thanks

 

Screenshot 2025-01-28 at 13.06.28.pngScreenshot 2025-01-28 at 13.06.48.png

Replies 4 (4)

topnewyork
Astronaut
1143 151 189

@DASCPA 
Hi , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month
DASCPA
Shopify Partner
81 0 17

Thank you, the store is not currently live but see here URL: https://www.luxeraffles.co.uk/?_ab=0&_fd=0&_sc=1

 

password is: devtest25

topnewyork
Astronaut
1143 151 189

Note: your code is too messy, I tried my best to reslove this problem.. If it will not work dm me for further detalis 
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>

 

@media (min-width: 1024px) {
    #Deferred-Poster-Modal-40367269478711 {
        width: 800px !important; 
        height: 450px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        margin: 0 auto !important; 
        overflow: hidden !important; 
    }

    #Deferred-Poster-Modal-40367269478711 img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important; 
        display: block !important;
    }
}

 

If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month
DASCPA
Shopify Partner
81 0 17

sorry this does not work