Travislc2000 Posted March 21, 2014 Share Posted March 21, 2014 Hello, I have recently installed Prestashop 1.6.0.5. Upon completion of doing this, I noticed that the category pictures all have a dark area at the top and on the right side of them. I have also noticed that the spacings are even on all the pictures. Are the dark areas supposed to be there? I have tried resizing the image many different times and reuploading the image, but it only seems to squeeze it in the small space. To see for yourself, my website is bottomdollarjewelry.com. Can someone please help? ,Travis Link to comment Share on other sites More sharing options...
dioniz Posted March 22, 2014 Share Posted March 22, 2014 To remove line at the top yourtheme/css/category.css and find this code: .content_scene_cat { border-top: 5px solid #333333; color: #D7D7D7; line-height: 19px; margin: 0 0 26px; } and change it to this: .content_scene_cat { color: #D7D7D7; line-height: 19px; margin: 0 0 26px; } For category images make image 1170px width and 217px height Be sure to go to preferences > images in BO and change category_default to same dimensions. 1 Link to comment Share on other sites More sharing options...
mkkorleone Posted March 27, 2014 Share Posted March 27, 2014 To remove line at the top yourtheme/css/category.css and find this code: .content_scene_cat { border-top: 5px solid #333333; color: #D7D7D7; line-height: 19px; margin: 0 0 26px; } and change it to this: .content_scene_cat { color: #D7D7D7; line-height: 19px; margin: 0 0 26px; } For category images make image 1170px width and 217px height Be sure to go to preferences > images in BO and change category_default to same dimensions. Hi in category css i cant see where to put this 1170px width and 217px height.Thanks Link to comment Share on other sites More sharing options...
dioniz Posted March 27, 2014 Share Posted March 27, 2014 No you need to make image in this dimensions 1170px width 217px height to fill all space 1 Link to comment Share on other sites More sharing options...
Recommended Posts