Shopify themes, liquid, logos, and UX
Last couples days I've been trying so hard to find how to remove gap/space between product description images on product page but none of them worked. I will be glad if anyone help me out here
URL: https://critterlamp.com/products/dodo-duck-night-light
Solved! Go to the solution
This is an accepted solution.
Hi @thekidreyz please add code here in file theme.liquid and above tag </body>:
<style>
.product__description p img{
margin-bottom: -15px !important;
}
</style>
Thank you !
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.
This is Noah from PageFly - Shopify Page Builder App
I can help you. Please can you provide password in your url website. Thank you.
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.
It is euiseok0201
Thanks ahead!
This is an accepted solution.
Hi @thekidreyz please add code here in file theme.liquid and above tag </body>:
<style>
.product__description p img{
margin-bottom: -15px !important;
}
</style>
Thank you !
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.
Thank you so much! It worked perfectly :)))
Thank you, have a nice day !
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.
If you don't mind can you help with removing side margin for mobile view too?
Hi @thekidreyz Yes sure, Please add code here:
<style>
.product__description p img{
margin-bottom: -15px !important;
}
.product__description:has(img){
margin-left: -15px !important;
margin-right: -15px !important;
}
</style>
Thank you !
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.
hello @thekidreyz
Password?
It is euiseok0201
Thanks ahead:)
@thekidreyz Please follow below steps to remove space/gap between images in product description. Let me know whether it is helpful for you.
.product__description img {
display: block !important;
margin: 0px !important;
}
Hi @thekidreyz
Hope the following instructions can help you:
- Based on the images you provided, it seems like you want these adjustments on mobile. Here are the instructions for you to achieve that.
Step 1. Go to Themes -> Edit Code.
Step 2. "Find the file base.css . Add the following CSS snippet to the end of the file:”
@media screen and (max-width: 750px) {
.product__description p:last-child {
line-height: 0 !important;
margin: 0 -1.5rem !important;
margin-top: -2px;
}
.product__description p:last-child img {
margin: 0;
}
}
Here is the result: https://www.loom.com/share/0a9bf54b77264a6298562ddb4dbb44e6
We hope it will work for you. Please vote it as a solution if you find it helpful.
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
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024