We noticed this too. Our fix was to inject the class wp-block-template-part
into the containing div
.
So in your case it would be ugb-container__content-wrapper ugb-a96eab4-content-wrapper wp-block-template-part
.
I would be interested to know what the theme developers recommend, though.
Oliver
Thread Starter
ooker
(@ooker)
that would be too much work to do. Is there a better way to do that?
It also seems that you are the only active member in this support forum? I wonder if the devs care to take this or not.
It may seem that way but I have a vested interest in the theme to keep the “Options for Twenty Twenty-One” plugin as up-to-date as possible 🙂
I’m pretty sure the theme developers keep an eye on this forum and with any luck we’ll find out soon enough what the official recommended method is!
Oliver
Moderator
James Huff
(@macmanx)
Volunteer Moderator
Would you please report this via https://core.trac.wordpress.org/newticket ?
Please use the “Bundled Theme” component and start the Summary field with Twenty Twenty-One:
Thread Starter
ooker
(@ooker)
Moderator
James Huff
(@macmanx)
Volunteer Moderator
Thanks! The developers will reply there as soon as they can.
At least for this specific site, I recommend using the following styles:
/* padding instead of margin */
.indent {
padding-left: 30px;
font-style: italic;
}
p {
margin-bottom: calc(0.666 * var(--global--spacing-vertical));
}
@media only screen and (min-width: 482px) {
p {
margin-bottom: var(--global--spacing-vertical);
}
}