Shopify themes, liquid, logos, and UX
Hi,
I’d like to move the size options to start closer to the price and to the left
my site is https://luxurymrkt.com/collections/ets-fs-best-selling-products
Hey @Luxurymrkt
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>
@media screen and (max-width: 767px) {
.usf-swatchs ul li label {
margin-top: 0 !important;
}
.usf-swatchs ul {
margin-left: 0 !important;
}
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
It works just when there’s 2 rows of sizes it moves a tad
Hi @Luxurymrkt
Check this one.
.usf-swatchs ul {
margin-left: 0 !important;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @Luxurymrkt
This is Theodore from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the </head> to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the </head>
<style>
.usf-swatchs ul {
margin-left: 0 !important;
}
</style>
Hope this can help you solve the issue
Best regards,
Theodore | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn 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, 2025