alexcarter414 Posted July 15, 2013 Share Posted July 15, 2013 Hi, I have edited the css in modules\css\product.css to align the attributes on the product page to the left in my site: www.alexcarter.biz. It has aligned the text elements but not the quantity box or the add to cart button. Is there something else i need to edit to align them to the right? Thanks, Alex Link to comment Share on other sites More sharing options...
MysysRo Posted July 15, 2013 Share Posted July 15, 2013 in product.css .content_prices #add_to_cart { float: right; float: left; padding: 0; position: relative; } #pb-left-column #buy_block label { display: inline-block; font-size: 12px; font-weight: bold; text-align: left; width: 40%; width: 125px; } Link to comment Share on other sites More sharing options...
MysysRo Posted July 15, 2013 Share Posted July 15, 2013 in product.css .content_prices #add_to_cart { float: right; float: left; padding: 0; position: relative; } #pb-left-column #buy_block label { display: inline-block; font-size: 12px; font-weight: bold; text-align: left; width: 40%; width: 125px; or width: 20%; } 1 Link to comment Share on other sites More sharing options...
alexcarter414 Posted July 16, 2013 Author Share Posted July 16, 2013 thank you very much this worked a treat! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now