Archived topic
Homepage Changes Not Publishing When Logged Out & Text Not Justifying.
1 reply · Started by Conor on November 23, 2022
Hi all,
I'm new to GenerateBlocks, so apologies if what I'm doing wrong isn't obvious to me.
I have a homepage for http://conordever.me/ that is not publishing the changes when logged out.
I can see the changes while logged out if I use the direct URL for the page: http://conordever.me/home/.
If I preview the homepage while logged in it appears correctly, as shown:

Why is it not publishing the changes if logged out? I've cleared all caches and tried on several devices / browsers and the problem remains consistent.
---
Second is issue is likely something I'm doing wrong.
I've added the custom CSS attribute to justify my text, but it's not working. Any ideas?
.paragraph { text-align: justify; }
Thanks in advance for your help.
Hi there,
can you try clearing your browser caches ? As the home page looks correct to me.
For your Justified text:
1. in Customizer > Additional CSS add:
.justified {
text-align: justify;
}
2. In the post editor select the Block you want to Justify, and go to Advanced > Additional CSS Class(es) and add just: justified