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 this. I was able to get the columns to line up but I had to make edits to the _fields.scss file.

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

    Removing the margin bottom from the ul also resolved another instance of the same issue.

    Screenshot 1
    Screenshot 2