Virtuemart layout how can i change this?

GK User
Sun Jul 06, 2014 10:16 pm
hi, can u help me to find the file or css style that change this?
the page is the following: http://www.cucineconvenienza.com/templa ... etail.html
the problem is the widh 200px and it appear how u can see in the following picture
ScreenHunter_01 Jul. 06 23.04.jpg

by firebug i have this value:
ScreenHunter_04 Jul. 06 23.13.jpg


i should change this value in 400 but i can't find where i have to make they modify... by firebug it say me just style.element

tnx for your answer
User avatar
Gold Boarder

teitbite
Mon Jul 07, 2014 1:32 pm
Hi

That's not easy. Try use a selector like:

Code: Select all
.product-fields .product-field-type-E > div > div {
width: 400px !important;
}
User avatar
Moderator

GK User
Mon Jul 07, 2014 2:51 pm
Tnx so much but can i know where this kind of flie are allocated? i wont disturb u again for the same problem

tnx
User avatar
Gold Boarder

teitbite
Tue Jul 08, 2014 11:31 am
Hi

Any css code should be placed in override.css, but remember that override needs to be enabled in template settings.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.