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.
the module? or frontpage?
please explain better, maybe with a link
please go to ifish.com.my and take a look on the bottom for featured products. can you see that 2 items is overlapping?
choose div based layout for the module
AND,why not choose 2 products per row because you only have 2 featured?
There will be more products coming in.
I have changed to DIV based and it still the same. Any idea?
i have more products now to show on the featured section and now its overlapping each other. Any idea guys?
its the template css for the "box" position.
.box2 {
width: 32%;
}
^^
My site is a modified beez_20 as well.
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..
position.css
.box2 {
width: 32%;
}
change 32% to 99%
BUT::::: That also means, you should not put more than 1 module in that position
;D
tqvm...