Same height of Course Cards in Course Directory

Home Forums Legacy Support Support queries Styling issues Same height of Course Cards in Course Directory

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #369575
    pablocanedoq
    Participant
    Hi, Could you please share a code so that all the blocks (course cards) in the Course Directory always keep the same height: https://prnt.sc/1qu0naq https://screencast-o-matic.com/watch/crjv3VVQDkJ Thanks
    #369589
    Veronica
    Moderator
    hi if you notice that the division for each block is the same difference in both of them is the content available in the title and description http://prntscr.com/1qvfqxm use this in the custom CSS section .wplms_courses_directory.course_card .vibebp_course { height: 710px !important; } .wplms_courses_directory.course_card .vibebp_course .course_card .elementor .elementor-widget-wrap{ height:330px } refer:
    #369662
    pablocanedoq
    Participant
    This reply has been marked as private.
    #369685
    Veronica
    Moderator
    use this: @media(min-width:767px){ .wplms_courses_directory.course_card .vibebp_course { height: 550px !important; } .wplms_courses_directory.course_card .vibebp_course .course_card .elementor .elementor-widget-wrap{ height:330px } }
    #369736
    pablocanedoq
    Participant
    Now it is working perfectly. It looks great on both desktop and mobile. Thanks @Veronica I appreciate it.
    #369779
    Veronica
    Moderator
    thanks for you confirmation
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Same height of Course Cards in Course Directory’ is closed to new replies.