- Posts: 25
- Thank you received: 0
Thumbnail resize in flypage
-
annaarg
Inactive member - Topic Author
- Member
Less
More
10 years 11 months ago #35546
by annaarg
Replied by annaarg on topic Thumbnail resize in flypage
Well thank you! That worked just fine! Can you please tell me also for the big image how to make it bigger and the description to go a bit left because it is stuck on the images..
thank you Ivan
thank you Ivan
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 11 months ago #35553
by ivan.milic
Replied by ivan.milic on topic Thumbnail resize in flypage
In:
templates/hot_fashionstore/css/vm_fashionstore.css
you will find:
.images_and_addtocart {
float: left;
width: 230px;
padding-top: 30px;
}
that is for images column and :
.productdetails-view {
float: left;
width: 500px;
}
is for content. If you increase width: 230px; you need to decrease width: 500px; by same amount
templates/hot_fashionstore/css/vm_fashionstore.css
you will find:
.images_and_addtocart {
float: left;
width: 230px;
padding-top: 30px;
}
that is for images column and :
.productdetails-view {
float: left;
width: 500px;
}
is for content. If you increase width: 230px; you need to decrease width: 500px; by same amount
The following user(s) said Thank You: annaarg
Please Log in to join the conversation.
Time to create page: 0.125 seconds