Space removal below Add to Wishlist

Solved

Space removal below Add to Wishlist

Aadya
Excursionist
26 0 3

Please check this product page. There is too much space below "Add to Wishlist" How to take care of that

 

URL : https://goaadya.com/products/front-open-round-neck-ajrakh-blouse-4

Also want to reduce the product title font size and a small desc below title in much smaller font

 

Accepted Solution (1)

DaisyVo
Shopify Partner
4449 496 590

This is an accepted solution.

Hi @Aadya 

 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

 

.product__description {
    margin-top: -25px !important;
}

 

Here is the result: image_720.png

 

I hope this helps

 

Best,

 

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Replies 8 (8)

Aadya
Excursionist
26 0 3

Aadya_0-1735406408608.png

Title and Desc I like this way.

TheUntechnickle
Shopify Partner
489 58 127

Hi @Aadya ,

Thank you for sharing the details! Here’s how you can address the issues:

 

  1. To reduce the product title font size:
    Add the following CSS to your base.css file:

 

.product__title h1 {
    font-size: 45px !important;
}

 

You can adjust the 45px value to get the desired font size.

  • To reduce the space below the "Add to Wishlist" button:
    Add this CSS:

 

.product-description {
    padding-top: 0px !important;
}

 

 

This will remove the extra space. You can tweak the 0px value as needed.

 

Regarding the subtitle, I noticed it’s currently hidden, so I couldn’t guide you on adjusting its font size. If you unhide it and need further assistance, feel free to let me know.

 

Let me know if you have any questions! If it's to technickle, we'd love to do this for you for free. You can share you collaborator code at hello@untechnickle.com and we'll take care of the customizations.

 

Best regards,
Shreya | Untechnickle

Helping for free: hello@untechnickle.com


Don't forget to say thanks, it'll make my day - just send me an email! 


Get Revize for Free | Let your shoppers edit orders post-purchase | Get Zero Support Tickets | #1 Order Editing + Upsell App

Aadya
Excursionist
26 0 3

Thanks Shreya. Can you tell me how to unhide subtitle ?

Also i am still not happy about font or spacing between Add to sihlist and Details section. See the image below

 

Aadya_0-1735410467865.png

 

TheUntechnickle
Shopify Partner
489 58 127

To reduce the space further below the add to wishlist button, add this CSS too:

.product-form {
margin-bottom: 0px !important;
}

 

To unhide the subtitle, you'll have to visit the theme customizor. Under product page --> product information --> you'll find it. Hope this helps 🙂

- Shreya

Helping for free: hello@untechnickle.com


Don't forget to say thanks, it'll make my day - just send me an email! 


Get Revize for Free | Let your shoppers edit orders post-purchase | Get Zero Support Tickets | #1 Order Editing + Upsell App

Aadya
Excursionist
26 0 3

its not reducing the gap. I did update it.

Aadya
Excursionist
26 0 3

What kid of charge it would attract. Also from where I can find the colloborator code.

DaisyVo
Shopify Partner
4449 496 590

This is an accepted solution.

Hi @Aadya 

 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

 

.product__description {
    margin-top: -25px !important;
}

 

Here is the result: image_720.png

 

I hope this helps

 

Best,

 

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
Aadya
Excursionist
26 0 3

This worked thanks