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

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #130747
    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.

    #130768
    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.

    #130803
    Radina Stoyanova
    Participant

    It is perfect, only please to include also small interval between both images. Thank you

    #130804
    Radina Stoyanova
    Participant

    Also to reduce the size of the Heading text, in the current example the names of the teams.

    #130985
    wensolutions
    Keymaster

    Hello,

    Regarding your query, please add the given CSS following the path Admin Panel > Appearance > Customize > Additional CSS to align the team members in the center, have a gap between them, and decrease in title text.

    #team-members .entry-content{
        margin: 0 -15px;
    }
    #team-members .entry-content .column-wrapper{
        padding: 0 15px;
    }
    #team-members .entry-content .column-wrapper .member-name{
        font-size: 25px;
    }

    Regards.

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