Jump to content

Lista Produttori divisa in 2 colonne


Recommended Posts

Nel file global.css, per esempio, cambiando
questa riga da così:

ul#suppliers_list li, ul#manufacturers_list li {
   background: #d0d3d8 url('../img/block_category_item_bg.jpg') repeat-x;
   border: solid 1px #d0d3d8;
   padding: 0.6em;
   margin-bottom: 1.5em
}



a così, per esempio...

ul#suppliers_list li, ul#manufacturers_list li {
   background: #d0d3d8 url('../img/block_category_item_bg.jpg') repeat-x;
   border: solid 1px #d0d3d8;
   padding: 0.6em;
   margin: 1.5em;
       width:225px;
       float:left;
}



dovrebbe andare
ciao ;

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