Jump to content

Prestashop 1.6 Category Pictures not fully filling


Recommended Posts

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

post-758529-0-07201100-1395445397_thumb.png

post-758529-0-82059200-1395445406_thumb.png

Link to comment
Share on other sites

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.

  • Like 1
Link to comment
Share on other sites

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

×
×
  • Create New...