[FETCH THEME] How to reduce padding between Product Title and Review Stars

Solved
mmokwala
New Member
7 0 0

Hi all!

 

I am looking to fix some padding issues on my product page. I would like for (on both mobile and desktop) to decrease the padding size between the Product Title and the Review Stars and also increase the padding between the Review Stars and the Price. Can someone help out?

 

Please see the attached images below pointing to exactly what I mean. 

 

I did some research but couldn't find anything for Fetch theme. 

 

Thanks in advance!

 

 

IMG_6291.jpgScreenshot 2023-09-26 at 2.46.38 PM.png

Accepted Solution (1)
eComInsider
Shopify Partner
142 14 33

This is an accepted solution.

add this code in css: 

.jdgm-widget.jdgm-widget {
    display: block;
    padding-bottom: 20px;
}

- Need a Shopify developer? Chat on WhatsApp


- Shopify Blogs (Q&A)


- Need Instat Reply? Join Our Telegram Channel


- Your Coffee Tip;, my code - a perfect blend! 

View solution in original post

Replies 6 (6)
Asad24
Shopify Partner
180 35 31

What's your store url

banned
mmokwala
New Member
7 0 0

https://pawsplaceco.com/

 

Thank you for responding!

mmokwala
New Member
7 0 0

Hi Asad, 

 

Any thoughts?

eComInsider
Shopify Partner
142 14 33

This is an accepted solution.

add this code in css: 

.jdgm-widget.jdgm-widget {
    display: block;
    padding-bottom: 20px;
}

- Need a Shopify developer? Chat on WhatsApp


- Shopify Blogs (Q&A)


- Need Instat Reply? Join Our Telegram Channel


- Your Coffee Tip;, my code - a perfect blend! 

mmokwala
New Member
7 0 0

You're a life saver. Thank you friend!

eComInsider
Shopify Partner
142 14 33

You are most welcome. Please mark as resolved...

- Need a Shopify developer? Chat on WhatsApp


- Shopify Blogs (Q&A)


- Need Instat Reply? Join Our Telegram Channel


- Your Coffee Tip;, my code - a perfect blend!