Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

Headling block shows content justified

  • Hi there,
    today I noticed that in GB Headline Block in queries the text is aligned justified and not left or centered as it is defined in the block. Screenshot

    I’m not sure if this was the case before or if it happened with the last update on August 15.

    WP ver 6.2.2

  • Hi Bernhard,

    Can you try disabling Ezoic? Once you’ve disabled it, let us know, and we’ll recheck the site.

  • Hi there,
    it’s not easy to disable Ezoic. Could you target the host directly? The IP is in the private section.

  • Actually, I believe I found the cause. In Appearance > Customize > Additional CSS, you have this code:

    .entry-content p {
                    text-align: justify
                }

    Alter that to this:

    .entry-content p:not(.gb-headline) {
                    text-align: justify
                }

    Let us know how it goes.

  • Perfect, thank you 🙂

  • You’re welcome, Bernhard! 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.