Support

Account

Home Forums ACF PRO Tabs display issue in the back end Reply To: Tabs display issue in the back end

  • Thanks for looking into it. I’m attaching more screenshots for reference from another site. I was able to get the 2 columns in the image to line up by editing the following in the _fields.scss file.

    I removed the margin-bottom: -1px; from the ul with the class .acf-hl.acf-tab-group
    I removed clear:both from the second column with the class .acf-field.-c0

    On another site where I was having the issue, just removing the ‘margin-bottom:-1px; from .acf-hl.acf-tab-group resolved the issue.

    Screenshot1
    screenshot2