Jump to content

Subcategory bad viewing


Recommended Posts

Hi, I have problem with subcategories showing, in some it works fine, but in two it shows several blank places, and I don't know how to fix it. Maybe some one can help with it? 

Sorry for my English :)

 

Prestashop version: 1.5.0.17
Theme: Simplex

post-84835-0-95828600-1383410601_thumb.png

Link to comment
Share on other sites

category.css line 103

use this:
 

.inline_list li .cat_name {
color: #888888;
font-size: 12px;
text-decoration: none;
height: 15px!important;
display: block;
}

+

category.css line 74 use this:

.inline_list li .img {
margin-right: 15px
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}

effect:
fHrcdhA.png

Link to comment
Share on other sites

Thank you very much, it works very good. Maybe you know how to fix home featured problem? When in homefeatured randomly shows product which has disabled purchace in admin it shows badly like was categories. In photo red squere show which product have disabled purchace

post-84835-0-30544100-1383466074_thumb.png

Link to comment
Share on other sites

×
×
  • Create New...