Jump to content

[solved] Where is code?


Recommended Posts

Hi!

 

Please help to change the code to properly display the size of a single item in a category. How do I add 3 items in this category is just a good show. What was not correct to cut off one item in this category?

 

Example:

http://www.rwb.sklep.pl/index.php?id_category=21&controller=category

 

Select one from the picture:

post-544552-0-44057400-1368769603_thumb.jpg

 

 

I do not know the language of CSS, and wants to fix it. Please help me. :o

Link to comment
Share on other sites

hey

 

you've got width based on % - so you have to add width in pixels:

 

product-list.css line 5

 

#product_list li {
float: left;
width: 22.91%;
margin-bottom: 30px;
margin-right: 20px;

 

use width:230px; insted the width:22.91%;

Link to comment
Share on other sites

  • 4 weeks later...

you've got there:

#productscategory {overflow:auto}

 

just add to this margin-bottom:35px;

 

exactly as i show here:

#productscategory {overflow:auto; margin-bottom:35px;}

 

I found. Fixed. Thank you for the quick reply. ;)

Link to comment
Share on other sites

  • 2 months later...
×
×
  • Create New...