Right now it seems that the bottom margin set for form fields is 20px. How would I go about adding the css to quick css for reducing the bottom margin of the the advanced custom menu found here – http://godiaperfree.com/newsite/members-area/. I don’t necessarily want to reduce it site wide for field elements.
Hey,
You can add this on your custom.css or Quick CSS
.avia-builder-widget-area .widget {
padding: 30px 0 0px 0;
}
Regards,
Ismael
Perfect Ismael. Really appreciate the quick response.
Glad we could help :)
Let us know if you have any other questions or issues.