Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #48558
    Sepideh Souri
    Participant
    Premium Member

    I want to make the content of one of my pages to be in the centre and still be Left-aligned and the text to occupy only a small part of the page. Right now the text goes from all the way on the left to all the way on the right side of the page. It’s not fun to read like that. How do we fix this?

    #48574
    vako
    Keymaster
    WP Royal Team

    Hi Sepideh,

     

    Please share the direct link to the page where the issue appears and we will check for the possible solutions.

     

    Kind Regards

    #48595
    Sepideh Souri
    Participant
    Premium Member
    This reply has been marked as private.
    #48608
    vako
    Keymaster
    WP Royal Team

    Hi Sep,

     

    Please navigate to Dashboard > Appearance > Customize > Aditional CSS and following snippet:

    .page-id-512 .post-content > p {
    
    width: 700px;
    
    margin: 0 auto
    
    }
    
    .page-id-512 .has-text-color {
    
    text-align: center;
    
    }

     

    Kind Regards

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