![]() |
|
Home | Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]() Hi,
Could you guys help me with CSS settings in store? I have a two column layout, and i would like to change the product image size's to larger, to, lets say 200x200. Also would like to change the border colour to white from black. Currently: http://www.muotivaatteita.fi/muoti/kategoria/bikinit/ |
#2
|
||||
|
||||
![]() Hi
Here's the CSS code you need for making images larger: Code:
#view .pl .col2 .thmb { width: 200px; height: 210px; } #view .pl .col2 .thmb img { max-width: 200px; max-height: 200px; width: expression(this.height < this.width && this.width > 200 ? '200px' :true); height: expression(this.height > this.width && this.height > 200 ? '200px' :true); } Eric
__________________
![]() ![]() ![]() ![]() |
#3
|
|||
|
|||
![]() Sorry, i ment that i would like to remove the column border which is now black on surrounding the products.
|
#4
|
||||
|
||||
![]() This code will remove the border:
Code:
#view .pl .t1 .bdr { border: 0px; }
__________________
![]() ![]() ![]() ![]() |
#5
|
|||
|
|||
![]() Thank you Eric!
|
Thread Tools | Search this Thread |
Display Modes | |
|
|