Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1444131

    I have a Memberpress page on my site:

    http://www.writersofthefuture.com/register/online-workshop/

    This page is justified text and I am trying to make it flush left with ragged right like the rest of the pages.
    I wrote to Memerpress and they gave me the following, which I tried but didn’t work:

    MemberPress Support
    May 16, 7:05pm

    This setting is directly controlled by the theme, so I am afraid it would be better addressed with their support. However, you can use a CSS code like this to disable the justification on this specific page:
    body p .postid-2253 {

    text-align: left;

    }

    • This topic was modified 8 months ago by Jason.
    #1444189

    Memberpress gave me back this version that fixed it.

    .postid-22534 p {
    text-align: left;
    }

    #1444299

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.