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
514 132 131

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
806 155 169

This is an accepted solution.

as i can see, its working fine.

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

View solution in original post

Replies 10 (10)

Dan-From-Ryviu
Shopify Partner
11549 2260 2445

Please share your store URL 

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

Dan-From-Ryviu
Shopify Partner
11549 2260 2445

Could you show me your that spaces?

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
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
11549 2260 2445

What attached image?

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
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
806 155 169

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

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

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
806 155 169

This is an accepted solution.

as i can see, its working fine.

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

Tech_Coding
Shopify Partner
514 132 131

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.