gbrunks Posted May 6, 2020 Share Posted May 6, 2020 Site URL: https://www.phgagolf.com/xcard I am trying to build a form for submitting golf scores. I am using a form block that takes in the information for the round of golf including the score on each of the 18 holes. The standard form places each of the 18 hole score fields on separate lines which slightly annoying. I would like to have two lines each with 9 fields to enter the scores. So on the form you'll see form fields labelled 1 through 18, these are the fields I would like on two lines on the form. The form can be found at-->https://www.phgagolf.com/xcard Link to comment
tuanphan Posted May 6, 2020 Share Posted May 6, 2020 Add to Home > Design > Custom CSS @media screen and (min-width:641px) { div#page-5eb189a7084e3731c4d23d40 .field.number:nth-child(n+5) { float: left; width: 30%; margin-right: 15px; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
gbrunks Posted May 6, 2020 Author Share Posted May 6, 2020 Thank you so much that is fantastic. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.