How to change the size and the alignement of the images of courses section ? - Acme Themes

Best Premium and Free WordPress Themes Forums Education Base Pro How to change the size and the alignement of the images of courses section ?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #41071
    Mya
    Participant

    Hello everyone,

    Currently the images of the course section are displayed full size on the left corner, how can I make them smaller and aligned in the center ?

    Thank you for your help in advance.

    #41118
    Acme Themes
    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!

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