• Resolved jbhphx

    (@jbhphx)


    Love the plugin! It’s simple and exactly what we need. However, the popup box is cut off on some iPhones. It shows completely on my Android, but I can send a screenshot of where it cuts off on iPhone.

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

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

    (@designsmoke)

    @jbhphx Thanks for the link, I was able to figure out what the issue is and I will release the fix in the next update, which may take some time. You can fix it in the meantime by adding the following code into your CSS stylesheet https://en.support.wordpress.com/custom-design/editing-css/

    @media only screen and (min-height:450px) {
    	.age-verification-main {
    		top:0 !important;
    	}
    }

    I used this code, and it works, but it also pins it to the top of the page on desktop which does not look good, can it be in the middle for desktop & top for mobiles?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Popup cut off on mobile’ is closed to new replies.