Yes I have this “Add event” button at the top - though I’m not 100% certain I’ll be keeping it. But I assume because I have it, whatever code is necessary to change button width would also change that button width unless otherwise specified?
<style>
#list1 .nw87ex7.nw87ex8 {
margin-left: auto !important;
margin-right: auto !important;
max-width: 50% !important;
}
</style>
If you want to keep the top bar button you will need to look into the dev inspector and find the data-action-id of your buttons in the card (same data-action-id for all buttons in the cards)
For example, in my test case, with one of my list blocks the code would be:
Nope, all is in my brain and in my repository (which I don’t share as I am a paid developer).
Learning code is necessary, (I can recommend https://coddy.tech/).
Otherwise you can look for many posts about custom code in the Softr community, and then practice a lot.
Releasing a “Code in Softr” course is in my head, but it won’t come out before… I don’t know when.
There is no reason why this code should not work. It works perfectly on my end.
Maybe refresh the softr studio and empty your browser cache.
Also, be sure it’s #list-details61 (we never know)
I also assume we’re talking of a list-details and not a list block.