iFrame requires scroll in event view

Home Forums Calendar Products Community Events iFrame requires scroll in event view

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1168124
    Michael Hall
    Participant

    If you go to an event: ie: http://mightymud.com/event/raku-firing-october-2016/ and go to the tickets section, you have to scroll down inside of this iFrame box. How do we make the iFrame tall enough, so there is no scrolling necessary?

    #1168156
    George
    Participant

    Hey Michael,

    Thanks for reaching out!

    I’m admittedly not certain why the overflow issue is happening here — I cannot reproduce this on my own site, for example. In any case, the best solution is to set a minimum pixel height for that iframe. This isn’t perfect, and you may need to play around with the exact pixel value a bit to get things looking just right, but try adding CSS like the following to the bottom of your theme’s style.css file to start:


    .eventbrite-ticket-embed > iframe {
    height: auto !important;
    min-height: 310px !important;
    }

    Let me know if that helps!
    George

    #1177165
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘iFrame requires scroll in event view’ is closed to new replies.