Jump to content

V1.5 subcategories name problem


Recommended Posts

Hello,

I change subcategories show from list to grid, and now I have one big problem. All new words from subcategories name are going from new line.

 

e792a2d79e33a612ac494b641d7c2cd1211.jpg

 

In this pic you saw that situation. I think name "80 90 b3" can be in same line but dont understand how to do that.

 

This is my subcategories code.

 

#subcategories {margin-top:15px}

#subcategories h3 {

padding:14px 12px;

font-size:13px;

color:#fff;

text-transform:uppercase;

text-shadow:0 1px 0 #666;

background:url(../img/bg_table_th.png) repeat-x 0 0 #999

}

 

.inline_list {

list-style-type:none;

margin-top:10px;

}

.inline_list li {

float:left;

margin-right: 10px;

width: 10px;

padding: 40px;

 

}

.inline_list li .img {

float:left;

margin-right:15px

}

.inline_list li img {

border:1px solid #ccc

}

.inline_list li .cat_name {

font-weight:bold;

font-size:11px

}

 

Maybe somebody know where is the problem?

Link to comment
Share on other sites

  • 3 months later...
×
×
  • Create New...