Alexsh Posted November 19, 2023 Posted November 19, 2023 Hi everyone! I'm really hitting a wall trying to get text to center in a form field on my Squarespace site. I've tried pretty much everything I can think of with CSS and JavaScript, but nothing's making a dent. Here's the scoop on what I've been up to: What I'm Trying to Do: Just trying to get any text that's typed into a specific form field to be center-aligned. Sounds simple, right? What I've Been Up To: Going Specific with CSS: Started off by targeting the form's unique block ID (.fe-block-yui_3_17_2_1_1700432464042_13281) and threw in some CSS to center the text (text-align: center;). No luck there. Trying a Broader Approach: Decided to widen the net with a more general selector: .form-wrapper .field-list .caption-text. The idea was to catch the form field without just banking on the block ID. Still no dice. Pulling Out the Big Guns with !important: Even tried to force it by using !important in my CSS (text-align: center !important;), thinking it might override something else that was in the way. Nope. Back to Basics: Thought maybe I was missing something obvious, so I tested just applying an italic style (font-style: italic !important;) to see if any CSS would work. Weirdly, even that didn't do anything. Taking a Crack at JavaScript: Figured maybe CSS just wasn't going to cut it, so I tried JavaScript. Wrote a little script to apply text-align: center; to the input fields. But, guess what? Still stuck with left-aligned text. So, that's where I'm at. It's like whatever I do, the text just wants to stick to the left. If anyone's cracked a nut like this before or has any tricks up their sleeve, I'm all ears! Thanks a ton in advance! Alex
melody495 Posted November 19, 2023 Posted November 19, 2023 Hi, please share a link to your website so we can check easier -------- > 👆 <---------- Please quote or @ me when replying, or I won't get a notification Melody | Squarespace Nerd When I have time, I like to help on the Forum, but if you need my full attention, please send your request here. Tools I use (affiliate links😞 📅Blog Date Format plugin (Free by BeyondSpace) ⏬Lazy Load Summary Block plugin (by Squareswebsites) 📜Privacy Policy & Cookie Consent plugin (10% off by Termageddon) 📈SEO plugin for Squarespace (by SEOSpace) ☕ Did I help? I like coffee (Thank you)
Alexsh Posted November 20, 2023 Author Posted November 20, 2023 Hey melody495 - thank you for your reply. The one-line form is at the end of this page: https://sh.consulting/email-security The password is AAA!!! Thank you!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment