Hi there, I'm needing to set the padding between fields in a repeater, basically I need as little as possible and need to to not scale with the size of the page. Essentially trying to mimic an excel sheet type of look within a repeater. Anyone ever tried that?
Repeaters are CSS grids. To increase/decrease space between fields, you may have to adjust the column and row gaps.
Any tips on how to do that? (python programmer not so proficient in css!)
Use your browser's inspection tool and locate the div with the frm_section id for your repeater field. Adjust the gap value to your liking and copy the CSS class and new gap setting to the Custom CSS page in the Styles area.
AHHh right! thanks!!! will give that a go
Please login or Register to submit your answer