Please help us to make AbanteCart Ideal Open Source Ecommerce Solution for everyone.

Support AbanteCart eCommerce

Author Topic: Help! How to make this overflow product picture go to next line  (Read 4170 times)

Offline Jentom

  • Newbie
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Help! How to make this overflow product picture go to next line
« on: January 05, 2014, 05:47:26 PM »
Hello, I use default_html5 template. I use firebug and have worked on this issue for many days, just can't fix the problem. I try to set the products lists width 850px, Just can't get it done.  The page link is:

www laapple com/index.php?rt=product/category&path=43

Or go to  www  laapple  com, click categories "Silver" page to see the problem.

The list below are what I have been tried on stylesheet, all don't work.

/*
 .container-fluid  ul {
width: 850px;
}
.container-fluid  ul .thumbnails {
width: 850px;
}
 .container-fluid  ul .thumbnails .grid .row{
width: 850px;
}
.container-fluid  .ct_padding_left  ul .thumbnails .grid .row{
width: 850px;
}

.container-fluid  .ct_padding_left  ul{
width: 850px;
}
.container-fluid ul.thumbnails .grid .row {
width: 850px;
}
.container-fluid ul {
width:850px;
}
.thumbnails .grid .row {
width: 850px;
}
.span9 .container-fluid .thumbnails ul{
width: 850px;
}
ul .thumbnails .grid .row{
width:850px;
}

*/


I appreciate any reply and help. Thank you!

 
« Last Edit: January 05, 2014, 05:49:45 PM by Jentom »

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: Help! How to make this overflow product picture go to next line
« Reply #1 on: January 05, 2014, 10:47:30 PM »
Change
Code: [Select]
<ul class="thumbnails grid row">

To:
Code: [Select]
<ul class="thumbnails grid">


This fixes your problem.
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Offline Jentom

  • Newbie
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: Help! How to make this overflow product picture go to next line
« Reply #2 on: January 06, 2014, 12:18:58 AM »
It works! thank you very much!

 

Powered by SMFPacks Social Login Mod