Support

Account

Home Forums Bug Reports Styling issue in widget fields

Helping

Styling issue in widget fields

  • Hi, it seems that there should be a top margin above the field label in the widget field. It’s just too close to the widget title.

    No margin

  • 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.

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Styling issue in widget fields’ is closed to new replies.