• Resolved Webfolio Webdesign

    (@webreneszansz)


    Hi,

    I use this shortcode, but the calendar is too large on mobile and I cannot decrease the size of the days:

    [tribe_mini_calendar]

    Because of the problem, I had to hide the calendar on mobile.

    Please be so kind and help to solve the problem.

    Thank you very much!

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

Viewing 1 replies (of 1 total)
  • Plugin Support Chika Ibeneme

    (@chikaibeneme)

    @webreneszansz

    You can do so with the following CSS code:

    @media (max-width: 768px) {
    .et_pb_text>:last-child {
    padding-bottom: 0;
    display: none;
    }
    }

    You can try adding that to your theme’s custom CSS area.

Viewing 1 replies (of 1 total)
  • The topic ‘Mini calendar on mobile’ is closed to new replies.