Product description Gaps in fields how ?

Solved

Product description Gaps in fields how ?

Shane_h
Explorer
44 2 14

Hi Im looking to reduce teh gap in the are in yellow, its  we have a size selector and teh size guide is a popup 

just trying to bring the size guide popup up closer to the sizes , this is the link https://dtf2u.co.uk/products/fiit-superwash-60-t-shirt?variant=51991153279305 thankyou

 

Screenshot 2025-03-28 174826.jpg

Accepted Solution (1)

Moeed
Shopify Partner
7379 1996 2438

This is an accepted solution.

Hey @Shane_h 

 

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__info-block.product__info-block--variant_picker {
    margin-bottom: 5px !important;
}
</style>

RESULT:

Moeed_0-1743184630839.png

 

If I managed to help you 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


View solution in original post

Replies 3 (3)

Moeed
Shopify Partner
7379 1996 2438

This is an accepted solution.

Hey @Shane_h 

 

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__info-block.product__info-block--variant_picker {
    margin-bottom: 5px !important;
}
</style>

RESULT:

Moeed_0-1743184630839.png

 

If I managed to help you 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


Shane_h
Explorer
44 2 14

Thankyou very much can you tell me how to increase the space at the bottom of the pop icon that says size guide

 

thanks 

Mustafa_Ali
Explorer
347 28 56
<style>
.product__info-block.product__info-block--variant_picker.reveal-item {
    margin-bottom: 2px;
}
</style>

AmazingGuy_0-1743184638192.png

hey @Shane_h follow these steps 

Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->
under the <style> tag before the body ----->
if this code work please do not forget to like and mark it solution