Alexsh Posted November 19 Share Posted November 19 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 Link to comment
melody495 Posted November 19 Share Posted November 19 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 Developer You dream it, I'll make it happen. Contact me: 💻 https://www.melodylee.tech ✉️ my email 📍 UK based. The great thing about the internet, we can work together from anywhere. #neverstoplearning ☕ I like coffee 😊 Link to comment
Alexsh Posted November 20 Author Share Posted November 20 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! 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