Henil Posted December 30, 2021 Share Posted December 30, 2021 I'm trying to fix email field width 100% same as button but I can't find solution can you please help me to fix it. Beyondspace 1 Link to comment
Beyondspace Posted December 30, 2021 Share Posted December 30, 2021 3 hours ago, Henil said: I'm trying to fix email field width 100% same as button but I can't find solution can you please help me to fix it. Can you share your site with the protected password so we can take a look? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Henil Posted December 31, 2021 Author Share Posted December 31, 2021 (edited) 20 hours ago, bangank36 said: Can you share your site with the protected password so we can take a look? Site Link: https://amphibian-hexagon-l9l6.squarespace.com/ The passworkd is: Adrgvk12@9& Edited December 31, 2021 by Henil Beyondspace 1 Link to comment
Beyondspace Posted December 31, 2021 Share Posted December 31, 2021 1 hour ago, Henil said: Site Link: https://amphibian-hexagon-l9l6.squarespace.com/ The passworkd is: Adrgvk12@9& Try in Home > Design > Custom Css @media only screen and (max-width: 767px) { .newsletter-block .newsletter-form-fields-wrapper, .newsletter-block .newsletter-form-field-wrapper { width: 100%; } } Let me know how it works on your site Support me by pressing 👍 if this useful for you Henil 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Henil Posted December 31, 2021 Author Share Posted December 31, 2021 15 minutes ago, bangank36 said: Try in Home > Design > Custom Css @media only screen and (max-width: 767px) { .newsletter-block .newsletter-form-fields-wrapper, .newsletter-block .newsletter-form-field-wrapper { width: 100%; } } Let me know how it works on your site Support me by pressing 👍 if this useful for you It's working perfectly, Thanks! One other things similar to this is I want to set text background within the width of the text. It's for the message of submission of newsletter. Can you help me for the same? Beyondspace 1 Link to comment
Beyondspace Posted December 31, 2021 Share Posted December 31, 2021 2 hours ago, Henil said: It's working perfectly, Thanks! One other things similar to this is I want to set text background within the width of the text. It's for the message of submission of newsletter. Can you help me for the same? To set background of submission, kindly try .form-submission-text { background: red; } Henil 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Henil Posted December 31, 2021 Author Share Posted December 31, 2021 1 minute ago, bangank36 said: To set background of submission, kindly try .form-submission-text { background: red; } Hey, I've already set it to purple if you can see. I'm trying to adjust it within the test but it's work in full width Link to comment
Beyondspace Posted December 31, 2021 Share Posted December 31, 2021 2 hours ago, Henil said: Hey, I've already set it to purple if you can see. I'm trying to adjust it within the test but it's work in full width Do you mean set color for text? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Henil Posted January 1, 2022 Author Share Posted January 1, 2022 16 hours ago, bangank36 said: Do you mean set color for text? No. I've Purple background color to the text. Now if you can see there is an extra space let-right of the text. now what I want is Remove that space and keep background color as width of the text. i.e See below image. Link to comment
tuanphan Posted January 2, 2022 Share Posted January 2, 2022 On 1/1/2022 at 12:52 PM, Henil said: No. I've Purple background color to the text. Now if you can see there is an extra space let-right of the text. now what I want is Remove that space and keep background color as width of the text. i.e See below image. Add this CSS .form-submission-text { padding-left: 0 !important; padding-right: 0 !important; display: inline-block; } Henil 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment