Shopify themes, liquid, logos, and UX
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
Solved! Go to the solution
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:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
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:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Thankyou very much can you tell me how to increase the space at the bottom of the pop icon that says size guide
thanks
<style>
.product__info-block.product__info-block--variant_picker.reveal-item {
margin-bottom: 2px;
}
</style>
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
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025