It seems to happen any time I have a variant selector on the page. Is there custom css I can apply to this theme template for these products to make it look more normal?
You can see the quantity selector way out to to the right. It looks like it is aligning with the end of the variants, not up against where it says “Quantity”
hey @LycetteGreg dear follow these steps
Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->before the ----->
before the body ----->
if this code work please do not forget to like and mark it solution
I can see the quantity selector alignment issue on your product pages. This is a common problem when variant selectors affect the layout. Here’s how to fix it:
Solution: CSS to align quantity selector
Go to Shopify Admin → Online Store → Themes → Actions → Edit Code
Find assets/base.css or assets/section-product-form.css
This should align your quantity selector properly with the add to cart button, regardless of variant selectors above.
Alternative: I actually built Easy Edits that lets you click and drag elements into perfect alignment without hunting for CSS selectors. Great for fixing layout issues like this!
Try the CSS and let me know if it fixes the alignment!