Shopify themes, liquid, logos, and UX
Hello I want to reduce the space between the quantity and the text on my product page on mobile ! you can see on the picture that I want the space to be the same as the green one ! so I want to reduce the space of the red part on the picture ! Here is the link of my website https://www.five-pocket.com/products/pro-club-heavyweight-t-shirt-black and here is the picture ! thanks !
Hi @imazele
Try this one.
@media only screen and (max-width: 749px) {
.product__description.rte.quick-add-hidden {
margin: 0px;
}
.slider-buttons.no-js-hidden.quick-add-hidden {
height: 30px;
}
}
I hope it help.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
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:
1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid file
3. Paste below code before </body>:
<style>
@media screen and (max-width: 749px) {
.product__info-container .product__description {
margin-bottom: 5px;
}
}
</style>
Best regards,
Anthony
Hi @imazele
This is Noah from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the </head> to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the </head>
Hope this can help you solve the issue
Best regards,
Noah | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025