jaxnoel Posted December 20, 2020 Share Posted December 20, 2020 (edited) Site URL: https://www.jaxmariephotography.com Password: fbla2020 I am using the Zion template under Photography Hi, I was wondering if there was anyway I could rearrange the structure of my form under "Appointments." I would like to remove the "Second" field under "Time" and move the entire "Time" field so it sits next to (adjacent) to the "Date" field. Preferably, it would look something like the second image. Any help with custom CSS would be greatly appreciated! Edited December 20, 2020 by jaxnoel Beyondspace 1 Link to comment
Beyondspace Posted December 20, 2020 Share Posted December 20, 2020 22 minutes ago, jaxnoel said: Site URL: https://www.jaxmariephotography.com Password: fbla2020 I am using the Zion template under Photography Hi, I was wondering if there was anyway I could rearrange the structure of my form under "Appointments." I would like to remove the "Second" field under "Time" and move the entire "Time" field so it sits next to (adjacent) to the "Date" field. Preferably, it would look something like the second image. Any help with custom CSS would be greatly appreciated! This css can help re-arrange, but you can not remove the second input as it is required. I can say Squarespace date time input is silly, so I suggest to find a datepicker plugin if it not fit your need #block-4a87ef8163ec7daa5245 .form-item.date { width: 50%; float: left } #block-4a87ef8163ec7daa5245 .form-item.time { width: 50%; float: left } jaxnoel 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
jaxnoel Posted December 20, 2020 Author Share Posted December 20, 2020 8 minutes ago, bangank36 said: This css can help re-arrange, but you can not remove the second input as it is required. I can say Squarespace date time input is silly, so I suggest to find a datepicker plugin if it not fit your need #block-4a87ef8163ec7daa5245 .form-item.date { width: 50%; float: left } #block-4a87ef8163ec7daa5245 .form-item.time { width: 50%; float: left } It works but is there any way to indent the "Date" field so it lines up with the "Project Description" and "Phone" Field above and below the form? Thank you so much for your help! Link to comment
Beyondspace Posted December 20, 2020 Share Posted December 20, 2020 1 minute ago, jaxnoel said: It works but is there any way to indent the "Date" field so it lines up with the "Project Description" and "Phone" Field above and below the form? Thank you so much for your help! #block-4a87ef8163ec7daa5245 .form-item.date { width: 50%; float: left; padding-left: 10px; } jaxnoel 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
jaxnoel Posted December 20, 2020 Author Share Posted December 20, 2020 9 minutes ago, bangank36 said: #block-4a87ef8163ec7daa5245 .form-item.date { width: 50%; float: left; padding-left: 10px; } Thanks again! One last question. How do I make the button for submitting smaller? Link to comment
Beyondspace Posted December 20, 2020 Share Posted December 20, 2020 (edited) 3 minutes ago, jaxnoel said: Thanks again! One last question. How do I make the button for submitting smaller? #block-4a87ef8163ec7daa5245 input[type="submit"] { padding: 0.6em 1.6em; } Edited December 20, 2020 by bangank36 jaxnoel 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
jaxnoel Posted December 20, 2020 Author Share Posted December 20, 2020 1 minute ago, bangank36 said: #block-4a87ef8163ec7daa5245 input[type="submit"] { padding: 0.6em 1.6em; } Hi, sorry for bothering you again but is there any way to make this so it applies sitewide? Thanks again for your help, I really appreciate it. Link to comment
Beyondspace Posted December 20, 2020 Share Posted December 20, 2020 56 minutes ago, jaxnoel said: Hi, sorry for bothering you again but is there any way to make this so it applies sitewide? Thanks again for your help, I really appreciate it. hmm, you mean the submit button or the form fields jaxnoel 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
jaxnoel Posted December 20, 2020 Author Share Posted December 20, 2020 7 minutes ago, bangank36 said: hmm, you mean the submit button or the form fields The submit button, sorry for the confusion! Link to comment
Beyondspace Posted December 20, 2020 Share Posted December 20, 2020 input[type="submit"] { padding: 0.6em 1.6em !important; } jaxnoel 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
jaxnoel Posted December 20, 2020 Author Share Posted December 20, 2020 17 minutes ago, bangank36 said: input[type="submit"] { padding: 0.6em 1.6em !important; } Thanks again! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment