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
by firebug i have this value:
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
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
-
- Gold Boarder
- teitbite
- Mon Jul 07, 2014 1:32 pm
Hi
That's not easy. Try use a selector like:
That's not easy. Try use a selector like:
- Code: Select all
.product-fields .product-field-type-E > div > div {
width: 400px !important;
}
-
- 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
tnx
-
- 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.
Any css code should be placed in override.css, but remember that override needs to be enabled in template settings.
-
- Moderator
4 posts
• Page 1 of 1