• Resolved hellodeer

    (@hellodeer)


    Hi, the banner that shows on a mobile device has an upper and lower part showing blank space. My banner is 600×400 pixels. Can this be fixed? On a computer, it shows perfectly!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author CreativeMindsSolutions

    (@creativemindssolutions)

    Hi,

    The problem with the mobile is that not all of the CSS values for responsivness are already available in all the browsers, but the following custom CSS should work for all major browsers:

    #ouibounce-modal .modal {
        height: max-content !important;
    }
    Thread Starter hellodeer

    (@hellodeer)

    Hi, thank you very much. It worked! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide blank space at top and bottom on mobile’ is closed to new replies.