How to fix?

Home Forums Iconic One Pro Support How to fix?

This topic contains 1 reply, has 2 voices, and was last updated by  Themonic-Support 4 years, 5 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5839

    sawalwalker
    Participant

    This ccs code:
    .entry-content p, .entry-summary p {
    text-align: justify;
    }

    This is overriding the alignment class defined by WordPress:
    .has-text-align-center {
    text-align: center;
    }

    How to fix?

    #5840

    If you want the following (center alignment) then paste it in Customizer -> Additional CSS

    
    .entry-content p, .entry-summary p {
    text-align: center;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.