-
Bernhard
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. ScreenshotI’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
-
Fernando
Hi Bernhard,
Can you try disabling Ezoic? Once you’ve disabled it, let us know, and we’ll recheck the site.
-
Bernhard
Hi there,
it’s not easy to disable Ezoic. Could you target the host directly? The IP is in the private section. -
Fernando
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.
-
Bernhard
Perfect, thank you 🙂
-
Fernando
You’re welcome, Bernhard! 🙂
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.