Hi WP Lake,
Thank you very much for this information.
With the last two updates, I also had problems.
The ID number has changed: I made the change manually in the custom CSS.
With the last update, the CSS no longer aligns the elements on the same line.
I completely reinstalled my site with my previous backup… and I’m really hesitant to update ACF Views again.
Indeed, the custom CSS looks like this and it is different from the solution you propose below.
The ID is no longer mentioned?
/* display view id 651fc0457598e field values on 1 line */
.acf-view.acf-view--id--651fc0457598e .acf-view__row {
display: flex;
}
/* prepend 3 px padding before field */
.acf-view.acf-view--id--651fc0457598e .acf-view__field {
padding-left: 3px;
}
The problem is that reinstalling a site takes time… and before the update, I would like to be sure that the custom CSS without the ID works.
Do you confirm that it is no longer necessary to reference the ID in the custom CSS?
In advance, many thanks & best regards.
Sylvie