Form structure on mobile
-
Hello.
I refered to your previous answers to keep the form’s column settings in mobile.
@media (max-width: 740px){
#fbuilder .fields.column2{float:left;width:49.9% !important;}
#fbuilder .fields.column3{float:left;width:33.3% !important;}
#fbuilder .fields.column4{float:left;width:24.9% !important;}
}The code above does shrinks the columns’ width, but they are still shown in one column. Changing theme, page layout settings don’t seem to fix it. Have I done anything wrong? Thanks.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Form structure on mobile’ is closed to new replies.