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
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025