- This topic has 4 replies, 2 voices, and was last updated 4 years, 3 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Kids Education Pro › Team members problem – Theme Kids Education Pro
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.
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.
It is perfect, only please to include also small interval between both images. Thank you
Also to reduce the size of the Heading text, in the current example the names of the teams.
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.
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |