VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: jimmykwh on May 20, 2012, 17:14:54 PM

Title: Featured Product overlapping
Post by: jimmykwh on May 20, 2012, 17:14:54 PM
I just updated from 2.0.2 to 2.0.6 and i noticed product shown on Feature Product is overlapping each other. I tried to look for productsnapshot.tpl.php as there is similar issue on version 1.1 but unfortunately I am unable to locate the theme folder under com_virtuemart. Please advice.
Title: Re: Featured Product overlapping
Post by: PRO on May 20, 2012, 18:33:16 PM
the module? or frontpage?


please explain better, maybe with a link
Title: Re: Featured Product overlapping
Post by: jimmykwh on May 26, 2012, 12:25:26 PM
please go to ifish.com.my and take a look on the bottom for featured products. can you see that 2 items is overlapping?
Title: Re: Featured Product overlapping
Post by: PRO on May 26, 2012, 14:33:47 PM
choose div based layout for the module

AND,why not choose 2 products per row because you only have 2 featured?
Title: Re: Featured Product overlapping
Post by: jimmykwh on May 28, 2012, 17:29:48 PM
There will be more products coming in.

I have changed to DIV based and it still the same. Any idea?
Title: Re: Featured Product overlapping
Post by: jimmykwh on June 13, 2012, 15:46:30 PM
i have more products now to show on the featured section and now its overlapping each other. Any idea guys?
Title: Re: Featured Product overlapping
Post by: PRO on June 13, 2012, 15:53:27 PM
its the template css for the "box" position.

.box2 {
    width: 32%;
}


^^

My site is a modified beez_20 as well.

Title: Re: Featured Product overlapping
Post by: jimmykwh on June 14, 2012, 12:23:57 PM
Quote from: BanquetTables.pro on June 13, 2012, 15:53:27 PM
its the template css for the "box" position.

.box2 {
    width: 32%;
}

Would you able to tell me which CSS file to refer to because I am not a web application person... just started..
Title: Re: Featured Product overlapping
Post by: PRO on June 14, 2012, 13:15:03 PM
position.css

.box2 {
    width: 32%;
}



change 32%    to 99%


BUT::::: That also means, you should not put more than 1 module in that position
Title: Re: Featured Product overlapping
Post by: jimmykwh on July 21, 2012, 15:25:23 PM
 ;D
tqvm...