Support

Account

Home Forums General Issues I want to show the taxonomy field with 3 columns Reply To: I want to show the taxonomy field with 3 columns

  • Try this css:
    .acf-fields.-taxonomy input[type=”checkbox”] {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    }

    .acf-fields.-taxonomy .acf-checkbox-list {
    column-count: 3;
    column-gap: 20px;
    }