tivicrdotcom Posted May 23, 2012 Share Posted May 23, 2012 (edited) Hi my live site is at tivicr.com/flores and if you visit it and look at the center products block, when you mose over it changes to green, nothing fancy although I am missing the top border on all products obviously, so how do I add it back? Missing Border Thanks in advance and God Bless Edited June 10, 2012 by tivicrdotcom (see edit history) Link to comment Share on other sites More sharing options...
tdr170 Posted May 23, 2012 Share Posted May 23, 2012 This is actually an overflow problem either change the height of the product blocks or change the margins or padding. Each block is being hidden by the block above. Find #center_column .products_block ul li and change the padding top to 20 and you will see what I mean. Because you have CCC set under performace I am unable to tell you exactly what CSS file this is in but my guess is global.css or a CSS file in the featured products module folder. Link to comment Share on other sites More sharing options...
mynamesStephanie Posted May 23, 2012 Share Posted May 23, 2012 Hi. You may change the top margin from 0 to higher no. sample below.. /flores/themes/prestashop/cache/831618e0536fbf03512cbdac1e252bf4_all.css .products_block ul li { margin-top: 5px; } or else you change it directly into global.css and same procedure. Link to comment Share on other sites More sharing options...
tdr170 Posted May 23, 2012 Share Posted May 23, 2012 I looked at your page with my developer tool and the margin-top does not work however the padding does as you can see in these pics. 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