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
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024