- This topic has 5 replies, 2 voices, and was last updated 1 year, 5 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.


Home › Forums › Pro Themes › Corporate Education Pro › The image in Testimonial section can not align in center
The image in the Testimonial section can not align in the center.
and without adding additional CSS.
https://www.tcfm.fju.edu.tw/
Thanks
Do you mean the image in this section?
https://www.awesomescreenshot.com/image/47652328?key=0db9068f85d43a461bd448a6d436553a
It seems it is aligned center
I mean the section titled “INNOVATION” (There are 3 section and he image in circle). https://www.tcfm.fju.edu.tw/
You can add this CSS to make the max width of the image 100%, currently its taking 150px
.testimonial-wrapper .featured-image img{
max-width: 100%;
}
Whether it can be restored to center alignment, but the size does not need to be 100%, such as the configuration of the demo template.
You can replace the previous code with this one code, it will align the image center
.testimonial-wrapper .featured-image img {
margin: auto;
margin-bottom: 20px;
}
| 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. |



