Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #51529
    tanna
    Participant
    Premium Member

    I can’t figure out how to center the wording on the full post on the homepage.

    https://anniegirlliving.com

    Also- how can I get more spacing between the main content and the right sidebar widget.

    Thank you

    #51540
    vako
    Keymaster
    WP Royal Team

    Hi @tanna,

     

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

     

    .post-content > p {
    text-align: center;
    }
    [data-layout*="rsidebar"] .main-container, [data-layout*="lsidebar"] .main-container {
    width: -webkit-calc(100% - 362px) !important;
    }

     

    Kind Regards

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