Jump to content

[ Solved] Asezare Grid Subcategorii in Categorie


Rmcs

Recommended Posts

http://rmcs.ro/76-it-zone  Grid Subcategorie ( orizontal)

 

inainte erau  vertical   http://www.magazinusi.ro/casa-si-gradina/

 

 

( din ........public_html/themes/default/css/category.css)

 

Modificati:sa ajunga asa: (e pus tot codul) category.css

 

 

h1{margin-bottom:10px;}
 
.resumecat {
margin:15px 0 10px 0;
padding:8px 7px;
color:#000;
background:#f0f0f0;
display:none;
}
 
.content_scene_cat {
padding:5px;
border:1px solid #ccc;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 1px 1px #e2e2e2;
-webkit-box-shadow: 0 1px 1px #e2e2e2;
box-shadow: 0 1px 1px #e2e2e2;
}
 
.cat_desc {
font-size:12px;
line-height:18px;
}
.cat_desc p {padding:0 10px 5px 10px}
.cat_desc .lnk_more {
   padding:0 10px;
   color:#0088CC;
}
 
 
/* ************************************************************************************************
      SUB CATEGORIES
************************************************************************************************ */
#subcategories {
margin-top: 15px;
clear:both;
display:block;
overflow:hidden;   
}
#subcategories h3 {
padding:14px 12px;
font-size:13px;
color:#fff;
text-transform:uppercase;
text-shadow:0 1px 0 #666;
display: none;
}
 
.inline_list {
list-style-type:none;
margin-top:10px;
}
.inline_list li {
  text-align: center;
  float: left;
  display: inline-block;
  width: 96px;
  height: 100px;
  margin: 5px;
 }
.inline_list li .img {
  display: block;
  float: center;
  margin-top: 15px;
}
.inline_list  li img {
border:1px solid #ccc
}
.inline_list li .cat_name {
font-size: 12px;
}

Edited by Rmcs (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...