dawn theme | adjust left/right margin of product description

Solved
milkymotorsport
Explorer
81 0 14

Can someone pls provide code to adjust the left & right margins on mobile of my 'applications' and 'product description' accordion tabs?

https://milkymotorsports.com/products/magnaflow-california-grade-carb-compliant-direct-fit-catalytic...

Screenshot 2023-11-03 at 5.39.17 PM.png

Accepted Solution (1)
Dan-From-Ryviu
Shopify Partner
5570 1020 1045

This is an accepted solution.

Hi @milkymotorsport 

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;
}

Screenshot_11.jpg

 

- 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

View solution in original post

Replies 2 (2)
Dan-From-Ryviu
Shopify Partner
5570 1020 1045

This is an accepted solution.

Hi @milkymotorsport 

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;
}

Screenshot_11.jpg

 

- 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

ZenoPageBuilder
Shopify Partner
827 148 167

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

Screenshot 2023-11-04 at 09.15.42.png

Hope that helps!

Zeno Page Builder - Build responsive & SEO-optimized Landing pages, Blog posts, Product pages and more...
Learn more at zenobuilder.com