Shopify themes, liquid, logos, and UX
Hi Everyone,
On my product page I've loaded in the 2 colour-ways of my garments and then the sizes for the garments, but they've dropped to a different section below the description and where the image will go, But I want the colour and sizes to be next the information. Can anyone help me out I've tried Youtube but couldnt specifically find someone solving this issue,
Thanks in Advance,
Will
Hi @PRGMD ,
Find the code for the variant selectors (color and size options). It might look like this:
{{ product.options }}
Move this code block into the section containing the product title, description, and other information, likely near:
{{ product.description }}
To align everything horizontally:
.product-options {
display: flex;
gap: 10px; /* Adjust spacing between elements */
}
.product-options .variant-selectors {
flex: 1; /* Ensures the color and size selectors fit properly */
}
save and preview .
Got it! If you found my suggestions helpful, please consider liking or marking it as a solution.
Your feedback is appreciated! If you have any more questions or need further assistance, just let me know.
Thanks & Regards
Akshay Bhatt
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