Support

Account

Home Forums Bug Reports Styling issue in widget fields Reply To: Styling issue in widget fields

  • Hi @exalted

    The following custom css should help you add a top margin to the field label.

    .acf-field .acf-label {
        vertical-align: top;
        margin: 100px 0 10px;
    }

    Hope this helps.