Page 1 of 1

Featured products does not fill the columns with

Posted: Wed Feb 25, 2015 3:26 pm
by kungmats
I have the same problem in 3 different shops running 2.0.1.1.
No matter if I place the module in left or right column. It does not fill the columns with ... se my 2 pictures
Utvalda prudukter = Featured products
Image

Image

Re: Featured products does not fill the columns with

Posted: Wed Feb 25, 2015 4:11 pm
by pprmkr

Re: Featured products does not fill the columns with

Posted: Thu Feb 26, 2015 11:58 pm
by viethemes
You can use my own extension Custom JavaScript and add code below to it:

Code: Select all

$(document).ready(function () {
$('#column-left .col-lg-3.col-md-3.col-sm-6').removeClass('col-lg-3 col-md-3 col-sm-6');
});

Re: Featured products does not fill the columns with

Posted: Fri Feb 27, 2015 11:41 pm
by kungmats
Thank you. I alredy got it fixed using a xml-fix from @pprmkr