I could solve this with different targets, but here, the “+” button seems to add a div in my grid, so my last item is not the actual last item, and order property was not applied to the right element.
So, here is quick fix for the most basic issues I’ve mentionned above:
.is-root-container.block-editor-block-list__layout {
display: block;
}
.is-root-container p {
margin-block-start: 1em; /* Set your own p margins here */
margin-block-end: 1em;
}
:where(ul,ol):not([class]), :where(ul,ol).block-editor-block-list__block {
padding-left: 1.5em; /* Set your favorite list padding */
}
NOTE: I use :not([class]) because unfortunately, nav menus & image galleries (and maybe other blocks) still use ul tag to display elements (which seems a bit prehistorical to me!) so I need to exclude them.
And here is my actual SCSS (which also handles headings spacing and removes margins for first and last children):
Great stuff.
I would consider my CSS knowledge “intermediate” at best, so I was only able to keep up with some of that
I’ve found some fiddly things on list items, myself, and have had to add some workaround through trial and error. Your point about Gutenberg being “not easy to tame” is so right. I can never be sure which is a Cwicly issue, and which is just Gute being Gute.
I see what you mean! I always have a WP test website tab open close to my Cwicly test website so that I can quickly check what comes from what
Here, except maybe for the before/after issue which is a bit ambiguous, all problems seem to have been introduced by Cwicly, so hopefully they can Cwicly fix them
This is a matter of great importance to me and I have previously shared my concerns and opinions on this topic in other discussions. You can use the search function to find them. However, we must prioritise certain issues, features and respect the process.
While I appreciate your engagement in multiple threads, I have noticed some frustration in your comments. I would kindly request that you refrain from using derogatory language such as referring to Cwicly as “cheap” and implying that we are not properly addressing reported bugs, or somehow disguising them into fixed bugs.
Please know that we value all contributions and feedback from our users, and we appreciate the time and effort you have invested in participating in these discussions, but attributing false intentions to the team and I should not arise.
I appreciate your understanding and patience, @yankiara.
We strive to create a supportive and collaborative community where all users can share their opinions and ideas in a respectful manner, let’s keep it that way.
As nobody replied to this report, I just wanted to revive it.
And I wrote “forgotten’”, not disguised in fixed bugs.
And I wrote “a bit cheap in some aspects”, not simply cheap.
But yes it is true I feel frustrated in some ways, but it is matter of statistics: the more I use Cwicly, the more I learn it, the deeper I go… So now I use it on more complex sites or for bigger clients, so I face new problems and have new expectations.
But as I wrote it, I’m very confident with the team