Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #27898

    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.

    #135757

    Hey,

    You can add this on your custom.css or Quick CSS

    .avia-builder-widget-area .widget {
    padding: 30px 0 0px 0;
    }

    Regards,

    Ismael

    #135758

    Perfect Ismael. Really appreciate the quick response.

    #135759

    Glad we could help :)

    Let us know if you have any other questions or issues.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Reducing margin under field’ is closed to new replies.