ketys Posted January 26, 2012 Share Posted January 26, 2012 Hi, I am preparing my new eshop, it's running on presta 1.4.6.2 and I have a following problem with template. I deleted truncate of the product's names and the pages with list of products are broken. How can I repair it? I was thinking about some hr cleaner, but I don't know, how implement it. Let's see - http://eshop.elmettrade.cz/ Thanks for your help. Link to comment Share on other sites More sharing options...
_matis_ Posted January 26, 2012 Share Posted January 26, 2012 try to set height of the li element in your global.css: line 222: #featured-products_block_center ul li { float: left; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 15px; text-align: center; width: 170px; height:265px; } Link to comment Share on other sites More sharing options...
ketys Posted January 26, 2012 Author Share Posted January 26, 2012 Thanks a lot! It's really helpfull, but now I would like to stick the div #featured-products_block_center .btnHolder to the bottom of the parents div. I've tried some positions relative, bottom attribute or clear both but nothing was succesfull. Link to comment Share on other sites More sharing options...
_matis_ Posted January 26, 2012 Share Posted January 26, 2012 try this: line 220 #featured-products_block_center h5 a { color: rgb(0, 0, 0); font-size: 12px; font-weight: 700; text-decoration: none; /* add these lines */ width: 100%; float: left; height: 35px; } Link to comment Share on other sites More sharing options...
ketys Posted January 26, 2012 Author Share Posted January 26, 2012 Nice! once more - thanks a lot SOLVED 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