Hi their,
I am having issues with my add-to-cart button aligning to the left with the quantity button. Ive attached my website link for you to look over. https://rdyup.co/products/enlightenment-led-note-board
Hi their,
I am having issues with my add-to-cart button aligning to the left with the quantity button. Ive attached my website link for you to look over. https://rdyup.co/products/enlightenment-led-note-board
Hello @rdyup
Hope you are doing well,
You can change the price of my products to be under the variant by following steps:
On admin panel, go to “online store” and select themes.
In the “current theme” section click on “action buttons” and choose “edit code” from drop down menu.
3.In sections search for file named ‘product- template.liquid’ click on it and open it in the code editor.
Search for code responsible for displaying the “add to cart” button .Look for
Add the follwing code:
Add to Cart.
Now save the changes.
After this in theme code editor, find “theme.css.liquid” file.
Add the following code:
.align-left {
float: left;
margin-right: 10px;
}
.product-form__input–quantity {
float: left;
}
Hope this resolves your query.
I don’t have product- template.liquid in my sections under edit code.