Reduce Margin under custom text on Product Page

Reduce Margin under custom text on Product Page

vaultfurniture
Tourist
10 0 3

I added custom code for a product disclaimer under my product images. I am wondering if anyone can help me to minimize the space between the disclaimer and the product title. 

vaultfurniture_0-1747935540849.png

 

Product disclaimer Code used:

vaultfurniture_1-1747935641118.png

 

 

Original Thread here:

https://community.shopify.com/c/shopify-design/is-there-a-way-to-make-disclaimer-under-my-product-im...

Replies 4 (4)

marcuswebexp
Shopify Partner
43 3 7

Hi @vaultfurniture ,

 

If you can send me your website, I'm happy to take a look. I'm also happy to jump on a call and show you how to fix it.

 

Feel free to reach out anytime using the email address/phone number in my signature.

Myles Marcus | Web & Automation Specialist @ Marcus Web Experts LLC
Email: myles@marcuswebexperts.com
Phone: 858-208-3379
Your satisfaction is our top priority. If you don’t feel like you’re getting value, you don’t pay. It’s that simple.
vaultfurniture
Tourist
10 0 3

Hi, Website is vaultfurniture.com 

 

Moeed
Shopify Partner
7722 2071 2550

Hey @vaultfurniture 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.product__main-photos {
    margin-bottom: 0 !important;
}
</style>

RESULT:

Moeed_0-1747936017997.png

 

If I managed to help then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


vaultfurniture
Tourist
10 0 3

Unfortunately, that did not work. I think it is because the code I added for the disclaimer was a "block"...Without the custom product disclaimer code the product  image and title margins looks good. 

vaultfurniture_0-1747937549075.png

 

 

With the code it looks like this: 

vaultfurniture_1-1747937616851.png

 

The code I added for the product disclaimer: 

vaultfurniture_2-1747937681712.png