stkramer Posted May 23, 2013 Share Posted May 23, 2013 Hi! I've been customizing my prestashop and extended the length of the product title in the homefeatured block. However, I came across the problem that the title now overlaps the subtitle. Although some options were suggested to fix this, in other topics, these don't seem te work. I cannot locate #center_column div.products_block h5 { in my global.css file. My website can be found here: http://emptybottles.nl/prestashop/ I hope you can help me out! Thanks in advance. Link to comment Share on other sites More sharing options...
stkramer Posted May 23, 2013 Author Share Posted May 23, 2013 By the way: I'm using version 1.5.3.1 Link to comment Share on other sites More sharing options...
PascalVG Posted May 24, 2013 Share Posted May 24, 2013 Open file: /modules/homefeatured/homefeatured.css around line 8 you'll find it. Hope this helps, pascal Link to comment Share on other sites More sharing options...
vekia Posted May 24, 2013 Share Posted May 24, 2013 http://emptybottles.nl/prestashop/modules/homefeatured/homefeatured.css #featured-products_block_center .s_title_block, #featured-products_block_center h5 { padding-top: 5px; height: 30px; font-size: 12px; color: #222; padding-bottom: 0; font-weight: bold; clear: both; } and remove the height:30px; param (or increase value) Link to comment Share on other sites More sharing options...
stkramer Posted May 26, 2013 Author Share Posted May 26, 2013 (edited) It worked, thanks! I faced another problem since the price of the product overlapped the footer of the website. But I could easily solve that by removing the height parameter of the block. Edited May 26, 2013 by stkramer (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted May 26, 2013 Share Posted May 26, 2013 hello thanks for the information i marked this thread as solved btw. you sercond issue - is it solved or it isn't? Link to comment Share on other sites More sharing options...
stkramer Posted May 26, 2013 Author Share Posted May 26, 2013 btw. you sercond issue - is it solved or it isn't? Yes solved that myself Link to comment Share on other sites More sharing options...
vekia Posted May 26, 2013 Share Posted May 26, 2013 great, i checked your website: now looks much better ;-) regards 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