prestwich Posted May 29, 2010 Share Posted May 29, 2010 Hi all, I modified a 3-column them to a 2-column, but the buttons in the Product List seems to be a little out of place.Please help!?!?Picture HERE Link to comment Share on other sites More sharing options...
rocky Posted May 30, 2010 Share Posted May 30, 2010 Have a look at the /* product-list.tpl */ section of css/global.css in your theme's directory. You need to increase the width of ul#product_list li div.center_block and decrease the width of the ul#product_list li div.right_block by an equal amount to move the buttons to the right. This will be easier if you change the width of both to px insteaed of % and em.The view buttons uses the default button background and the add to cart button uses the default exclusive background. You can change those in the /* global button */ section, or if you want to change the product listing buttons only and not all the buttons, you'll need to override the graphics with ul#product_list li a.button and ul#product_list li a.exclusive CSS blocks. Link to comment Share on other sites More sharing options...
prestwich Posted May 30, 2010 Author Share Posted May 30, 2010 Thank you so much, i have it sorted now!! Link to comment Share on other sites More sharing options...
rocky Posted May 30, 2010 Share Posted May 30, 2010 Please edit your first post and add [sOLVED] to the front of the title. 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