Jump to content

ul li display product inline


Recommended Posts

bonjour
je souhaiterais pouvoir aligner mes produits qui sont dans une categories

j'ai donc tenter de modificer le css dans global.css:

/* product-list.tpl */
ul#product_list { margin-top: 2em; list-style-type: none; }
ul#product_list li {
   background: #d0d3d8 url('../img/block_category_item_bg.jpg') repeat-x;
   border: solid 1px #d0d3d8;
   padding: 6px;
   min-height: 130px;
   height: auto;
   clear: both;
   margin-bottom: 0.3em;

}



je pensait rajouter :
ul#product_list { margin-top: 2em; list-style-type: none;display:inline; }

mais ca ne marches pas
pouvez vous m'aidez svp
merci

Sujet déplacé - atch

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...