dobbiedada Posted February 20, 2020 Posted February 20, 2020 Site URL: http://www.timthorn.com Hi, I'm a newb here so apologies if this is a dumb question. I did search and could not find a similar question answered. After a user has signed up on my email list I display a post-submit message, but the text is left justified and I would like it to be center-justified. I couldn't see how to do this via the regular squarespace interface, and squarespace support have confirmed that I would need to use custom HTML per https://support.squarespace.com/hc/en-us/articles/205813888-Advanced-Form-Block-options#toc-add-post-submit-html However, I know almost nothing about HTML. Could some kind sage person show me an example of how I would do this?
tuanphan Posted February 20, 2020 Posted February 20, 2020 add to Home > Design > Custom CSS .form-wrapper .form-submission-text { text-align: center; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
dobbiedada Posted February 21, 2020 Author Posted February 21, 2020 15 hours ago, tuanphan said: add to Home > Design > Custom CSS .form-wrapper .form-submission-text { text-align: center; } Tuan, I really appreciate the response! However, I think something is wrong because when I paste the above into the site, it still displays the text left justified and it also displays the html (see image)
tuanphan Posted February 21, 2020 Posted February 21, 2020 5 hours ago, dobbiedada said: Where did you insert? "add to Home > Design > Custom CSS" Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
dobbiedada Posted February 21, 2020 Author Posted February 21, 2020 My apologies, and thank you Tuan for correcting me via email!! This works great when I follow the instructions correctly and paste it into the custom CSS for the site!
Intentional-Nutrition Posted June 29, 2020 Posted June 29, 2020 Hi @tuanphan can you please help me with the location of the post-submit text aswell? At the moment it's overlapping the newsletter sign up header text (see screenshot). I've tried a few different variations of the below, but nothing's working: .form-wrapper .form-submission-text { text-align: left; margin-top: 60px !important; p { margin-top: 60px !important; } }
tuanphan Posted June 30, 2020 Posted June 30, 2020 5 hours ago, Intentional-Nutrition said: Hi @tuanphan can you please help me with the location of the post-submit text aswell? At the moment it's overlapping the newsletter sign up header text (see screenshot). I've tried a few different variations of the below, but nothing's working: .form-wrapper .form-submission-text { text-align: left; margin-top: 60px !important; p { margin-top: 60px !important; } } Hi. Difficult to help without checking site url Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Intentional-Nutrition Posted June 30, 2020 Posted June 30, 2020 Sorry - site url: www.intentionalnutrition.com.au @tuanphan
tuanphan Posted July 1, 2020 Posted July 1, 2020 8 hours ago, Intentional-Nutrition said: Sorry - site url: www.intentionalnutrition.com.au @tuanphan Add to Home > Design > Custom CSS .form-submission-text { margin-top: 20px; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.