.frm_checkbox.frm_image_option, .frm_radio.frm_image_option { width: 30% !important; }If anyone can help that would be fantastic, thank you. A sample URL is https://23.bigsmilebooth.com/options2
.frm_image_options .frm_opt_container { display: flex !important; } .frm_checkbox.frm_image_option, .frm_radio.frm_image_option { flex-grow: 1; } @media only screen and (max-width: 500px) { .frm_image_options .frm_opt_container { width: 100%; } }Very bizarre! The live page is now here by the way as I put the website live this morning... https://bigsmilebooth.com/options2 Thank you for your help. I'm not sure why this is so difficult...and it's not only linked to FF, happens in almost all the form plugins I've tried...and there have been a few!!! I may have to look at doing this some other way maybe...
It depends on the aspect of the screen you are viewing it from. The flex is dynamic so it will look different on different devices. On my 1920x1080 screen I see a 3:2 type of image. Everything looks good as well on my IPhone XR in portrait. It gets a little square looking in landscape. You'll have to code media for each scenario you require a particular need for.
Please login or Register to submit your answer