Hello,
i have installed MT-productlist on my MT-nestro theme.
In the backend u can select 4 products/items a row but if i do that the products don't show up four in a row.
How can i fix this ?
Results 1 to 4 of 4
-
09-15-2011, 01:04 PM #1
Unlicensed member
- Join Date
- Sep 2011
- Posts
- 10
- Downloads
- 2
- Uploads
- 0
MT-productlist don't show 4products
-
09-15-2011, 04:07 PM #2
AdministratorÂ
- Join Date
- Apr 2010
- Posts
- 192
- Downloads
- 11
- Uploads
- 145
You should try to resize the width of the product items. Make sure width of 4 items less than or equal width of the div container.
If you can NOT fix it, just provide the FTP account of site. We will help you solve it.
Regards
-
09-22-2011, 08:49 AM #3
Unlicensed member
- Join Date
- Sep 2011
- Posts
- 10
- Downloads
- 2
- Uploads
- 0
.mt-products-list { 100%
ul = .mt-products-grid {
float: left;
width: 100%;
}
and then the li are
<li class="item first" style="width: 25%;"> for al 4 so what am i doing wrong ?
-
09-22-2011, 10:00 AM #4
AdministratorÂ
- Join Date
- Apr 2010
- Posts
- 192
- Downloads
- 11
- Uploads
- 145
If you can NOT fix it, just provide the FTP account of site. We will help you solve it.
Regards


Reply With Quote