iiMKenny Posted January 11, 2013 Share Posted January 11, 2013 Hi I've been trying to increase the size of the "Featured Products" image on the homepage but i'm not having any luck. I've increased image size in back office and the images still do not increase. The default 140x140 is to small, I want the images to be 210x268 any help would be greatly appreciated. I've attached a image of the featured products. Link to comment Share on other sites More sharing options...
vekia Posted January 11, 2013 Share Posted January 11, 2013 if is available - please share with us a link to your website, this is the best way to solve CSS based issue. We will check website and write solution here. How about images? Where you change the size? Do you changed it in back office and click on "regenerate thumbnails" button? it's important to see images in new size. In some cases (it depends on theme that you used) you must also do some CSS changes in global.css (or other) file Link to comment Share on other sites More sharing options...
iiMKenny Posted January 11, 2013 Author Share Posted January 11, 2013 (edited) if is available - please share with us a link to your website, this is the best way to solve CSS based issue. We will check website and write solution here. How about images? Where you change the size? Do you changed it in back office and click on "regenerate thumbnails" button? it's important to see images in new size. In some cases (it depends on theme that you used) you must also do some CSS changes in global.css (or other) file Ok I feel really dumb right now I never regenerated the thumbnails like you said haha... Silly of me. But now I need help moving the footer down because now the pricing goes into the footer. I messed with the global.css before but I messed up the theme so I reinstalled it. My website is www.thelotclothing.com. Thanks for the reply. btw I'm using the blackhawk1.1 theme by devilthemes. Edited January 11, 2013 by iiMKenny (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted January 11, 2013 Share Posted January 11, 2013 Ok I feel really dumb right now I never regenerated the thumbnails like you said haha... Silly of me. But now I need help moving the footer down because now the pricing goes into the footer. I messed with the global.css before but I messed up the theme so I reinstalled it. My website is www.thelotclothing.com. Thanks for the reply. btw I'm using the blackhawk1.1 theme by devilthemes. ' your website is in the maintenance mode Link to comment Share on other sites More sharing options...
iiMKenny Posted January 11, 2013 Author Share Posted January 11, 2013 ' your website is in the maintenance mode Sorry forgot, it's enabled now. Link to comment Share on other sites More sharing options...
vekia Posted January 11, 2013 Share Posted January 11, 2013 ok we checked your webpage, you must do some changes in the css: 1) add height:500px; param into: #featured-products_block_center { clear: both; height: 500px; } layout.css line 79 that you need? if you can, you can prepare a visualisation what you exactly expect Link to comment Share on other sites More sharing options...
iiMKenny Posted January 11, 2013 Author Share Posted January 11, 2013 ok we checked your webpage, you must do some changes in the css: 1) add height:500px; param into: #featured-products_block_center { clear: both; height: 500px; } layout.css line 79 that you need? if you can, you can prepare a visualisation what you exactly expect YES that was it. Thanks so much. Sorry. Another question, what is the css for this webpage? this one is also being cut off. http://thelotclothing.com/index.php?id_category=3&controller=category 1 Link to comment Share on other sites More sharing options...
vekia Posted January 11, 2013 Share Posted January 11, 2013 you must edit this one: ul#product_list li { text-align: center; [s]height: 180px;[/s] padding-top: 50px; position: relative; } located in product_list.css at line 4 just delete the height param it's an offtopic, so if you've got another question please create new topic - This increases the quality of this forum I marked this topic as solved Link to comment Share on other sites More sharing options...
iiMKenny Posted January 11, 2013 Author Share Posted January 11, 2013 you must edit this one: ul#product_list li { text-align: center; [s]height: 180px;[/s] padding-top: 50px; position: relative; } located in product_list.css at line 4 just delete the height param it's an offtopic, so if you've got another question please create new topic - This increases the quality of this forum I marked this topic as solved Great! Thanks so much, I should be fine from here. You have been such a big help. 1 Link to comment Share on other sites More sharing options...
Madridman Posted February 9, 2013 Share Posted February 9, 2013 Works like a charm! Thank you so much vekia! Link to comment Share on other sites More sharing options...
katja lah Posted February 18, 2016 Share Posted February 18, 2016 Hi, I have the same prolem with block layout. Please tell me where is this located: layout.css I am using prestashop 1.6.1.4 Thank you Kate Link to comment Share on other sites More sharing options...
Recommended Posts