Is it possible to center the post

Home Support Business Point Plus Is it possible to center the post

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #8063
    Michaela Münch
    Participant

    Is it possible to center the post PT Our Team? Website

    #8064
    ProDesigns
    Keymaster

    Hi @Michaela Münch

    Do you mean, you want to center align About Fenz section of home page?

    If yes, please login to wp-admin and go to Appearance >> Customize >> Additional CSS

    Add following lines of CSS to make it center align.

    .home .pt-team-items-wrap {
        float: none;
        display: block;
        text-align: center;
    }

    If you are looking something different please let us know.

    Thank you.

    #8065
    Michaela Münch
    Participant

    Very helpful, thanks a lot!

    #8066
    ProDesigns
    Keymaster

    Happy to help you. Thanks for giving us an opportunity to serve you.

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