I found a tutorial on how to move around things like price, attributes, and add to cart button on the product page. However, I would also like to change the alignment of those things. How would I do that?
I found a tutorial on how to move around things like price, attributes, and add to cart button on the product page. However, I would also like to change the alignment of those things. How would I do that?
The stylesheet is your friend. There are many CSS positioning techniques you can use to fine-tune the location and alignment of elements, and their color/font/size/etc.
Look at www.w3schools.com for tutorials on CSS to start to learn how to use this powerful tool.