Home Forums Pro Themes Kids Love Pro Team members problem – Theme Kids Education Pro

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #130746
    Radina Stoyanova
    Participant

    Hello,

    I would like to receive a css code to move the team members in the center.

    My website is http://www.pokajimikak.bg

    You can find below the photo.

    Thank you.

    #130769
    wensolutions
    Keymaster

    Hello,

    Please add the given CSS following the path Admin Panel > Appearance > Customize > Additional CSS to align the team members in the center.

    #team-members .entry-content{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    If you have further queries, let us know.

    Regards.

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