webbusiness23 Posted December 2, 2010 Share Posted December 2, 2010 Hello!How can i left align the price and the product code on the product.tpl page?There's an image showing what i need to accomplish.Thanks! Link to comment Share on other sites More sharing options...
FredActin Posted December 2, 2010 Share Posted December 2, 2010 Hi,You can do that by editing your global.css file. Find and replace so that you have: #primary_block form#buy_block span.our_price_display { float: left; } And: #primary_block form#buy_block label { text-align: left; } Link to comment Share on other sites More sharing options...
webbusiness23 Posted December 3, 2010 Author Share Posted December 3, 2010 The price issue was solved using the method you posted.The product code issue was solved like this: #primary_block form#buy_block label,#primary_block form#buy_block select{ display:block; /* width:47%; */ float:left; } I commented this line of code: /* width:47%; */ Thank you for the solutions!P.S. I hope there will not by any other issued generated by the editing i did so far. Link to comment Share on other sites More sharing options...
FredActin Posted December 3, 2010 Share Posted December 3, 2010 Looks good to me well done! Link to comment Share on other sites More sharing options...
webbusiness23 Posted December 3, 2010 Author Share Posted December 3, 2010 Looks good to me well done! I attached an image to show you the result.Thanks for helping me! 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