Spaces on the site that need to be deleted.

Solved

Spaces on the site that need to be deleted.

Lotshak
New Member
6 0 0

I have big spaces on the site that I don't know how to delete. In my opinion these spaces were created from a certain code. Take them off for me please.

Accepted Solutions (2)
Tech_Coding
Shopify Partner
309 80 71

This is an accepted solution.

Hello @Lotshak 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (max-width: 767px){
   .slider.slider--mobile {
       margin-bottom: -3rem !important;
    }
}
</style>

Tech_Coding_0-1727424796999.png

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.

View solution in original post

Rahul_dhiman
Shopify Partner
556 109 109

This is an accepted solution.

as i can see, its working fine.

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me [email protected] - Skype: live:dhiman.639
Checkout Some Free Sections Here
Mobile:- +91 62390-46167

View solution in original post

Replies 10 (10)

Dan-From-Ryviu
Shopify Partner
9566 1923 1960

Please share your store URL 

- Helpful? Like and Accept solution! or Buy me coffee
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Dan-From-Ryviu
Shopify Partner
9566 1923 1960

Could you show me your that spaces?

- Helpful? Like and Accept solution! or Buy me coffee
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Lotshak
New Member
6 0 0

You can see the space that needs to be removed in the attached image.

Dan-From-Ryviu
Shopify Partner
9566 1923 1960

What attached image?

- Helpful? Like and Accept solution! or Buy me coffee
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Lotshak
New Member
6 0 0

Lotshak_0-1727424092404.png

You can see the space that needs to be removed in the attached image.

Rahul_dhiman
Shopify Partner
556 109 109

Hello @Lotshak 
Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> component-slider.css
add this code at the end of the file.

@media screen and (max-width: 749px) {
.slider.slider--mobile .slider__slide {
margin-bottom: -30px !important;
}

result
6.png

If this was helpful, hit the like button and accept the solution.
Thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me [email protected] - Skype: live:dhiman.639
Checkout Some Free Sections Here
Mobile:- +91 62390-46167
Lotshak
New Member
6 0 0

Hi, my problem solved but created a new problem. I can move the picture up. Please check the problem. My store URL is: https://patent-prime.com/products/portable-blender

Rahul_dhiman
Shopify Partner
556 109 109

This is an accepted solution.

as i can see, its working fine.

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me [email protected] - Skype: live:dhiman.639
Checkout Some Free Sections Here
Mobile:- +91 62390-46167
Tech_Coding
Shopify Partner
309 80 71

This is an accepted solution.

Hello @Lotshak 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (max-width: 767px){
   .slider.slider--mobile {
       margin-bottom: -3rem !important;
    }
}
</style>

Tech_Coding_0-1727424796999.png

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.