Hello I think that the space is too wide between these to part on my product page only on mobile ! Can you reduce the red part on the picture please ? Here’s my link :https://www.five-pocket.com/products/pro-club-heavy-weight-t-shirt-white and here is the picture with the red part I want to reduce !
Hi @imazele ,
This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.
While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:
- Go to Online Store → Theme → Edit code
- Open your theme.liquid file
- Paste below code before :
Best regards,
Anthony
Hi @imazele
Try this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
@media only screen and (max-width: 749px) {
ul#Slider-Gallery-template--19110162727261__main {
margin-bottom: 0px !important;
}
li#Slide-template--19110162727261__main-44144918495581 {
padding-bottom: 0px;
}
.product__description.rte.quick-add-hidden {
margin-top: 0px;
}
}
- And Save.
- result:
I hope it help.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

