Site logo

Archived topic

justfy-padding block text

12 replies · Started by rafel jesus on June 11, 2020

Viewing posts 1–13 of 13

Hi there.
I have a problem with justifying text on some websites
I put three screenshots where you can see the text doesn't justify.

I have this code in additional CSS,

@media (max-width: 600px) {
    .author-box {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .author-box-avatar, 
    .author-box-description {
        flex: 1 0 100%;
    }
}

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

How can I resolve this issue?
Thanks from Balaguer.

Hi there,

try:

#page p {
    text-align: justify;
}

Hi David.
It doesn't work in theme Catalyst and Aspire.

Thanks from Balaguer.

Try this:

p {
    text-align: justify;
}

It will apply to every paragraph in the site.
If there are parts of the site it does not apply then that text must already have a text-align property, such as content you created in Elementor.

Hi.
It doesn't work.
Thanks from Balaguer

I went to this page: /politica-de-cookies/
And tried both of the above CSS codes and they worked.

Where are you adding the code ? And can you add it back to the site ?

I add in additonial CSS

Hi, wait a minute, excuse me, justify works but it doesn't work is the padding in any page, how can I resold that in this theme.
Thanks from balaguer

the themes padding is set in Customizer > Layout > Container. You can set if for desktop and mobile.

Yes, I know and I tried, but it didn’t work in this theme.

🤔🤔

Thanks for your help from Balaguer.

If you want to enter in the admin panel say me.

Hi
All is correct It was an Element setting.
Thanks

Glad to hear you got it resolved

This archived topic is closed to new replies.