How to remove empty space on product page

Solved

How to remove empty space on product page

Allen6224
Excursionist
38 0 8

Hi,

I'm trying to figure out how to remove the empty space above the videos on product pages for mobile devices. See screenshot. website: www.liftchairheaven.com

 

 

Allen6224_0-1725751532247.png

 

Accepted Solution (1)

BSS-TekLabs
Shopify Partner
2350 702 827

This is an accepted solution.

- Here is the solution for you @Allen6224 
- Please follow these steps:

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- Then find the theme.liquid file.
- Then add the following code at the before tag </head> and press 'Save' to save it.

<style>
@media screen and (max-width: 767px) {
    .product-description-area .product-single__accordion__item .product-single__accordion__item-wrap .top-border-line video {
        height: 200px !important;
    }
}
</style>

- Here is the result you will achieve:

BSSTekLabs_0-1725769093460.png

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 3 (3)

BSSCommerce-B2B
Shopify Partner
1739 523 584

Hi @Allen6224 

Specific URL leading to the page containing the video?

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

Allen6224
Excursionist
38 0 8

There are over 10 pages that i have playing mp4 video. This is one of them.

https://liftchairheaven.com/products/mega-motion-lift-recliner-air-massage-power-headrest

 

BSS-TekLabs
Shopify Partner
2350 702 827

This is an accepted solution.

- Here is the solution for you @Allen6224 
- Please follow these steps:

z5686811214059_e66de1953f1db631f9134af5cdb796ad.jpg

- Then find the theme.liquid file.
- Then add the following code at the before tag </head> and press 'Save' to save it.

<style>
@media screen and (max-width: 767px) {
    .product-description-area .product-single__accordion__item .product-single__accordion__item-wrap .top-border-line video {
        height: 200px !important;
    }
}
</style>

- Here is the result you will achieve:

BSSTekLabs_0-1725769093460.png

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now