Nondys Posted June 15, 2020 Posted June 15, 2020 Site URL: https://www.littlemisskonacoffee.org  Hello! I was wondering if someone could help me figure out how to set Full Width Lightbox Form Buttons. I have a few Forms set to Lightbox mode stacked on each other, but I'd like them to have even edges. Would really appreciate the help 🙂
tuanphan Posted June 16, 2020 Posted June 16, 2020 Add to Home >D esign > Custom CSS .lightbox-inner .form-wrapper input[type=submit] { width: 100%; }  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!)
Nondys Posted June 16, 2020 Author Posted June 16, 2020 @tuanphan Thank you so much!!! But it didn't work 😞
tuanphan Posted June 16, 2020 Posted June 16, 2020 You can insert the code & I will check again? 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!)
Nondys Posted June 16, 2020 Author Posted June 16, 2020 @tuanphan  Alright just did!!! Thank you for taking your time to help me!
Nondys Posted June 16, 2020 Author Posted June 16, 2020 @tuanphan Oh I see what you mean... I'm sorry I think I wasn't being clear enough lol... What I mean is that I would like all of the forms to have the same width when you click on the lightbox button, not the submit button.
tuanphan Posted June 16, 2020 Posted June 16, 2020 try this CSS @media screen and (min-width:641px) { .sqs-modal-lightbox-content .lightbox-inner .lightbox-content { width: 50% !important; max-width: unset; } }  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!)
Nondys Posted June 16, 2020 Author Posted June 16, 2020 @tuanphan I just tried it and it's not working 😞  Just in case, I wanted to show you 🙂 I'd really love for these lightbox forms to be all the same width. 🙂 Thank you so much for your help!
tuanphan Posted June 16, 2020 Posted June 16, 2020 Lightbox form same width or 4 buttons same width? 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!)
Nondys Posted June 16, 2020 Author Posted June 16, 2020 Â Um maybe I don't know what the official name is called lol... but I would love to have the Lightbox forms... 1. Liability release form 2. Hobbies and Interests 3. Participant's Platform 4. Personal Sponsor Form To all be the same width as they are stacked on each other.
tuanphan Posted June 16, 2020 Posted June 16, 2020 .lightbox-handle.sqs-system-button.sqs-editable-button { width: 300px !important; }  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!)
Nondys Posted June 17, 2020 Author Posted June 17, 2020 @tuanphan you are a genius thank youuuuuuuuu!!!!!!!!!!!! IT WORKED!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.