Replies: 0
Is it possible to center the text of the Gutenberg “venue” block in a single page event. If so, how?
I have tried using “aligncenter” in the Additional CSS class(es) field. I also tried adding this code to the custom CSS section of my theme:
p.block-center-class {
text-align: center;
}
And then using “block-center-class” in the Additional CSS class(es) field.
Neither of these works.
To illustrate what I want, on this page, I would like for the venue to be centered: https://thesinglegourmet.net/event/genes-2020-03-15/
I would like to know how to center the date as well!
Thanks!