mylominime Posted November 24, 2023 Share Posted November 24, 2023 I'm trying to utilize the form for the mobile version of my sight and it all looks great until I try to type in the message bubble. The keyboard shows up, but I can't see what's being typed; is there any way to change that? i.e. maybe the form gets pushed above the keyboard when I click into the message bubble? It's almost unusable like this~ Link to comment
Solution tuanphan Posted December 1, 2023 Solution Share Posted December 1, 2023 Try ading this to Website Tools (under Not Linked) > Code Injection > Header <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0,user-scalable=0"/> <style> @media screen and (max-width:640px) { .sqs-modal-lightbox-content .lightbox-inner .lightbox-content { padding-bottom: 250px !important; } } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
mylominime Posted December 5, 2023 Author Share Posted December 5, 2023 Worked perfect thank you. 250px wasn't quite enough so I upped it to 400px and it fits just right~ tuanphan 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment