virtuemart 2

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Sep 27, 2012 2:05 am
Reply with quote
Report this post
I installed virtuemart 2, and some problems appear. I would like to ask some help.

As you can see in the category view:
[url]http://www.institutolean.org/index.php/tienda/libros
[/url]
- font size is very big --> how can I decrease it here?
- pictures are too close to text --> how can I create a separation?

In the product view:
[url]http://www.institutolean.org/index.php/component/virtuemart/libros/lean-thinking-detail?Itemid=0
[/url]
- quantity text is "hidden" in the databox --> how can I show?
- buttons + and - are strange --> how can I change?

thanks a lot!
User avatar
Fresh Boarder

Konrad M
Thu Sep 27, 2012 8:57 am
Reply with quote
Report this post
Hi,
problems show up becasue some template css rules affect default vm styles. To fix your issue please add to override.css
Code: Select all
.cateogry_description, .cateogry_description span {
font-size:12px;
}
.browse-view .width70 {
width: 65%;
}
input.quantity-input {
padding: 2px !important;
line-height: 1px !important;
}
span.quantity-controls input.quantity-controls {
padding: 0px;
}
span.quantity-box {
padding-top: 0px;
}

and remember to enable override.css option in template settings.
User avatar


cron