Best Premium and Free WordPress Themes › Forums › Education Base Pro › How to change the size and the alignement of the images of courses section ? › Reply To: How to change the size and the alignement of the images of courses section ?
December 16, 2018 at 2:34 am
#41118
Keymaster
Hello Mya,
Please try following custom CSS
.course-item-wrapper.init-animate.slideInUp1 .post-thumb {
width: 60%;
text-align: center;
margin: 0 auto;
}
Best Regards!