Shopify themes, liquid, logos, and UX
Can someone pls provide code to adjust the left & right margins on mobile of my 'applications' and 'product description' accordion tabs?
Solved! Go to the solution
This is an accepted solution.
Here is the current code adjusts that margin.
.product__accordion .accordion__content {
padding: 0 1rem;
}
If you want to remove that space, please go to your Online store > Themes > Edit code > open base.css file, add this code at the bottom.
.product__info-wrapper .product__accordion .accordion__content {
padding: 0;
}
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
This is an accepted solution.
Here is the current code adjusts that margin.
.product__accordion .accordion__content {
padding: 0 1rem;
}
If you want to remove that space, please go to your Online store > Themes > Edit code > open base.css file, add this code at the bottom.
.product__info-wrapper .product__accordion .accordion__content {
padding: 0;
}
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
Hello @milkymotorsport 👋
Inside Shopify Admin, go to Edit theme code, open file base.css and add this code at the bottom
.accordion__content {
padding: 0 !important;
}
The result
Hope that helps!
User | RANK |
---|---|
229 | |
165 | |
66 | |
55 | |
49 |
On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023The year-end shopping season is just around the corner. Is a flash sale on your radar? Are...
By Jasonh Nov 6, 2023