VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: fanny0 on November 26, 2013, 20:25:57 PM

Title: CUSTOM FIELDS
Post by: fanny0 on November 26, 2013, 20:25:57 PM
I need the custom field area thus remains orderly

http://petbox.cl/index.php/polerones/poleron-polar-detail

(http://petbox.cl/colores-talla.jpg)
Title: Re: CUSTOM FIELDS
Post by: Spiros Petrakis on November 28, 2013, 20:47:23 PM
Hi,

add the following css in your override.css and see if it works


.product-field-type-Y .other-customfield,
div.product-field-type-Y input {
  float: left;
}