Forums › Forums › Search & Filter Pro › Field Positiong & Placement
Tagged: V3
- This topic has 3 replies, 2 voices, and was last updated 4 years, 4 months ago by Trevor.
-
Anonymous(Private) July 9, 2020 at 8:17 pm #252318
Hi,
Is there any way I can make my form field positions look like this?
It looks like a 2 column vertical with a specific break from column 1 to column 2. And it’s responsive so the columns will stack on mobile:
My current form looks like this (currently messing around with vertical and horizontal placements)
Trevor(Private) July 10, 2020 at 11:48 am #252354The ability to place the fields inside CSS grids that you make in the theme will not arrive in our plugin until we release V3 in a few months, sorry. CSS columns can be applied, but the effect does not give you the control that you need. The only other way to do as you want would be to use the relatively new CSS Grid CSS rules, accepting that only modern browsers support these.
But, I have no examples or code snippets to share with you, sorry. CSS Grid is something I have only a small amount of experience using it on real sites. This is a good guide to start with:
Trevor(Private) July 13, 2020 at 2:45 pm #252607You could manually set widths using CSS (most often, given the structure of our forms) it is the label that needs a width. But, this will give you problems with mobiles, so you may have to make the CSS responsive to different screen widths. You need to make two sketches, one for desktop and one for mobile, of what the form should look like, then work out the mobile breakpoint for your theme. Then I could probably help.
-
AuthorPosts