This topic has 3 replies, 2 voices, and was last updated 8 years by sharmstr.

  • Author
  • #96390
     rreyes7658
    Participant

    I have add on quick css ..

    post {

    text-align:justify;

    }

    or

    .post-content {

    text-align: justify;

    }

     

    But nothing changes. Does it use a different CSS Class or any options to make this happen?

    #96402
     sharmstr
    Moderator

    Try this

    COPY CODE
    
    .post .article-content p {
        text-align: justify;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #97326
     rreyes7658
    Participant

    Doesn’t seem to work. It not changing all the previous post to align left. Just in case a substitute “justfy” with “left” and nothing.

    #97327
     sharmstr
    Moderator

    Try it with important

    .post .article-content p {
    text-align: justify !important;
    }

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?