megan05 Posted July 5, 2021 Share Posted July 5, 2021 Site URL: https://www.locallocalfoods.com/ Hello! I'm trying to align the form fields next to each other and also make the "first name + last name" boxes into one "name" box. See attached mockup photo for reference. Any help or code input would be greatly appreciated. Thanks! Password: LLF Link to comment
NickScola Posted July 5, 2021 Share Posted July 5, 2021 1 hour ago, megan05 said: Site URL: https://www.locallocalfoods.com/ Hello! I'm trying to align the form fields next to each other and also make the "first name + last name" boxes into one "name" box. See attached mockup photo for reference. Any help or code input would be greatly appreciated. Thanks! Password: LLF Instead of using the Name form field you can use a Text field and apply a placeholder value of name tuanphan 1 https://www.nickscola.com - Squarespace developer since 2007 now a full service creative agency in Chicago that focuses on creating websites with a high standard for aesthetic excellence. Link to comment
Agha_Waqas Posted July 5, 2021 Share Posted July 5, 2021 you can use below code with the first name and last name inputs. @media (min-width: 768px) { [data-form-id="60df7f0994f5130f65de1b70"] { display: flex !important; justify-content: space-between !important; align-items: center !important; .field-list { display: flex !important; fieldset { display: flex !important; justify-content: space-between !important; margin: 0 2% 0 0 !important; flex-basis: 46% !important; .field { float: none !important; margin-left: 0 !important; } } } .form-button-wrapper { margin-left: 2% !important; input { margin-top: -3vw !important; } } } } Link to comment
megan05 Posted July 6, 2021 Author Share Posted July 6, 2021 Thank you! exactly what I was looking for. Much appreciated! Link to comment
RebeccaHoltdotco Posted March 2, 2022 Share Posted March 2, 2022 Hello! My site http://rebeccaholt.co - on my footer I've added a form for people to put in their phone number but cannot seem to center those form fields. Is there CSS I can get to center the phone number form fields? Thanks! @tuanphan Link to comment
tuanphan Posted March 6, 2022 Share Posted March 6, 2022 On 3/3/2022 at 12:19 AM, RebeccaHoltdotco said: Hello! My site http://rebeccaholt.co - on my footer I've added a form for people to put in their phone number but cannot seem to center those form fields. Is there CSS I can get to center the phone number form fields? Thanks! @tuanphan Add this to Design > Custom CSS /* center phone */ div#page-section-60f9b4747ed19c3548e4ce5f { .form-wrapper .field-list .fields { display: flex; justify-content: center; } legend.title { width: 100%; text-align: center; margin-left: 0 !important; }} 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
DevonHarris Posted April 25 Share Posted April 25 Hi! This code didn't work for me 😞. Basically I just want the field list NEXT to the submit button...hoping you can assist! Also I don't know how to locate the form ID...only the block ID? Didn't seem to work site: www.breakpointbranding.com/shop-1 PW: ChickenNuggets Thanks!! Link to comment
tuanphan Posted April 26 Share Posted April 26 15 hours ago, DevonHarris said: Hi! This code didn't work for me 😞. Basically I just want the field list NEXT to the submit button...hoping you can assist! Also I don't know how to locate the form ID...only the block ID? Didn't seem to work site: www.breakpointbranding.com/shop-1 PW: ChickenNuggets Thanks!! You mean this? 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
AJeans Posted May 2 Share Posted May 2 @tuanphan Looking for something similar but having a hard time finding the right code. I had them lined up but then one day POOF ... they were misaligned again! https://decagon-caribou-s63f.squarespace.com/ PW; blackpanther Link to comment
tuanphan Posted May 4 Share Posted May 4 On 5/3/2023 at 4:19 AM, AJeans said: @tuanphan Looking for something similar but having a hard time finding the right code. I had them lined up but then one day POOF ... they were misaligned again! https://decagon-caribou-s63f.squarespace.com/ PW; blackpanther Add to Design > Custom CSS div#block-yui_3_17_2_1_1682367382850_43463 label { display: none; } AJeans 1 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
AJeans Posted May 4 Share Posted May 4 @tuanphan any idea why my placeholder text isn't appearing? It should say "EMAIL ADDRESS" in the input area. Link to comment
tuanphan Posted May 6 Share Posted May 6 On 5/5/2023 at 12:52 AM, AJeans said: @tuanphan any idea why my placeholder text isn't appearing? It should say "EMAIL ADDRESS" in the input area. Settings > Circle Labs > Enable this option 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
LeoEchero Posted August 9 Share Posted August 9 @tuanphan I am not a circle member and I won't qualify I suppose. I only manage 2 websites at this point. Is there anything else I can do? Link to comment
tuanphan Posted August 11 Share Posted August 11 On 8/10/2023 at 1:57 AM, LeoEchero said: @tuanphan I am not a circle member and I won't qualify I suppose. I only manage 2 websites at this point. Is there anything else I can do? You can add me as a contributor, I can do this for you. Or you can ask a Circle Member do it for you 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment