cameron

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: scrolling problem in tablet and mobile #1188573
    cameron
    Participant

    I managed to do ‘dirty hack’ BY adding a fixed height to the div for TABLETS AND DOWN.

    .tribe-events-single
    {
    height: 4000px;
    }

    Not ideal though as it’s the same for all event pages regardless of length and creates a ton of space at the end

Viewing 1 post (of 1 total)