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’m attaching some more screenshots from another instance of the same problem. I was able to get the 2 columns in the images to line up correctly after editing the following in the _fields.scss file.

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

    In another instance, removing ‘margin-bottom: -1px;’ from the ul with the class .acf-hl.acf-tab-group seemed to be the only edit needed for the rest of the columns to line up correctly.

    screenshot1
    screenshot2