• The image and button for enrollment is not visible in portrait mode one mobile. It’s only visible on landscape mode when on mobile.
    How to fix?
    I’m using the Kadence theme.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Parag Das

    (@parag44)

    Hello @elastice

    To solve the issue, you can add the following css on Appearance > Customize > Additional CSS

    .tutor-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap !important;
    }

    Thank you!
    Best Regards,

Viewing 1 replies (of 1 total)

The topic ‘Error on course page mobile view’ is closed to new replies.