Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #135414
    Metsis
    Participant

    Hello!

    I want to make the height of the course carousel, slider less. If I make all my course featured images ,say, 120 px height, will it adjust automatically or do I need to tweak the code somewhere?

    Pointers appreciated.

    #135486
    Skandha
    Participant

    @metsis: Yes when you decrease the size of featured images in the courses slider the height will automatically decrease.

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #courses-section .featured-image img {
        height:120px;
    }

    Let me know if this solves your issue.
    Regards,
    Skandha

    #135530
    Metsis
    Participant

    Skandha,

    Thank you! IIUC, you give two solutions: either adjust the images or force the images to certain height. I opted for the first one, and rescaled my images in GIMP. Works fine!

    #135600
    Skandha
    Participant

    @metsis: Glad the issue is resolved. Have a good day.

    Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Clean Education course slider, carousel height’ is closed to new replies.