T-bird Posted November 27, 2011 Share Posted November 27, 2011 The Featured Products blocks are all different sizes and the text is squished up against the sides making it look very messy and uneven. I've tried playing with all the padding & height parameters I can find in both 'global.css' & 'homefeatured.tpl' but nothing seems to work. Anyone know what I need to modify to fix this? Also I'd like to change the thick white borders of the images to match the blue background. I managed to do this in a previous version of PS but it seems to have disappeared after subsequent upgrades and I can't remember which file it's in. Can someone remind me please? I've attached a pic that shows both issues. Thanks, Andy www.thunderbirdmodels.co.uk Link to comment Share on other sites More sharing options...
phrasespot Posted November 29, 2011 Share Posted November 29, 2011 This is a problem with your theme. Find the global.css in your theme and add a fixed height to the rule for the product_desc division e.g: #center_column div.products_block div.product_desc { height: 9em; } Link to comment Share on other sites More sharing options...
T-bird Posted November 29, 2011 Author Share Posted November 29, 2011 That worked, though perhaps not quite how you thought it would! The height was already in there; on line 1098 it stated: #center_column div.products_block p.product_desc { height: 9em; I changed it to: #center_column div.products_block div.product_desc { height: 9em; and it works! Many thanks for the help. Andy 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