center text frame

Home Support Blog Way Plus center text frame

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #7224
    Anonymous
    Inactive

    Hello,
    I would like to center text frame of my article.
    The URL is http://www.orgasmologue.com/
    How can I please do this?
    Thank you for your help.

    #7225
    ProDesigns
    Keymaster

    Hi @akeimi,

    You can go to Appearance >> Customize >> Additional CSS and add following CSS to make text align center.

    If you wish to align text only in home page:

    .home p{
        text-align: center;
    }

    If you like to align it on entire site:

    p{
        text-align: center;
    }

    Hope it will help you.

    Thanks.

    #7226
    Anonymous
    Inactive

    Hi,

    It did not solve my worries. I have a hard time expressing myself.
    I would like to center the whole box where there is my text. In fact all my page
    Is it possible?
    Thank you verry much

    #7227
    ProDesigns
    Keymaster

    Hi @akeimi,

    There was missunderstanding. Please remove above CSS and add following CSS:

    .site-content .layout-right-sidebar {
        float: none!important;
        margin: 0 auto;
    }

    Hope this is the solution you want.

    Thank you.

    #7228
    Anonymous
    Inactive

    Oh great, thank you very much that’s what I wanted.
    Thank you for your work and your answer.

    #7229
    ProDesigns
    Keymaster

    You are welcome. We are happy to help you.

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