Wp-block-heading has-text-align-center doesn’t work after last update!

  • Author
    Posts
  • #145856

    Since the last update the font headers
    h1, h2, h3, h4 don’t centre align, they always left align
    How can I fix this?

    Website: www.spiritualguidanceaustralia.com

    #146519

    Oh I had that yesterday as well. I added the following custom CSS:
    /* headers should use full width so that text align right/center/left works */
    .entry-content h2, .entry-content h3, .entry-content h4 {
    margin-left: auto;
    margin-right: auto;
    }

    Website: www.franzgraf.de

Viewing 2 posts - 1 through 2 (of 2 total)

You need to log in to reply to this topic.