Support » Theme: Inspiro » Problem with Calendar on Inspiro theme

  • Resolved kazed888

    (@kazed888)


    Hello, I have a problem with my schedule page Calendar on the mobile version of Inspiro theme.
    The schedule page is half the size it should be and thats really problematic for my customers :/
    I tried everything (playing with the height, tried addons of Calendly etc…) but nothing works…
    I tried the same thing on others themes and it worked perfectly : this bug just happens on Inspiro (and whatever the page where i put the schedule page, this bug is general).

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @kazed888

    Are you using a plugin to add the Calendly block on that page?

    The theme doesn’t control the calendar’s height because I see that your calendar has an inline height parameter added to the iframe tag.

    Try adding this CSS code in the Customizer > Additional CSS:

    .calendly-inline-widget,
    .calendly-inline-widget iframe {
        min-height: 700px !important;
    }
    Thread Starter kazed888

    (@kazed888)

    Actually it worked thanks you so much i was struggling on this for hours and hours.
    Thanks you Pavec Ciorici
    No i was not using plugin but even when i tried with the plugins there was the same bug.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem with Calendar on Inspiro theme’ is closed to new replies.