VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: balai on January 09, 2015, 13:18:25 PM

Title: Making custom fields area full width (Backend) - solution
Post by: balai on January 09, 2015, 13:18:25 PM
When the custom fields are loaded they take a small part of the fieldset area.
http://awesomescreenshot.com/0c545t5a19

It would be much better to take the full width of that area, to be more clear and get more fields
The solution is below

#custom_fields {
    width: 100%;
}