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

    #147914
    Jon Shore
    Power User

    does the page title text resize with different resolutions? Mine doesn’t seem to so that when i resize my tabs the page title remains the same size font and ends up overlapping with my menu header

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

You need to log in to reply to this topic.