dobbiedada Posted February 20, 2020 Share 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? Link to comment
tuanphan Posted February 21, 2020 Share Posted February 21, 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 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
dobbiedada Posted February 21, 2020 Author Share 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) Link to comment
tuanphan Posted February 21, 2020 Share 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 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
dobbiedada Posted February 21, 2020 Author Share 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! Link to comment
Intentional-Nutrition Posted June 30, 2020 Share Posted June 30, 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; } } Link to comment
tuanphan Posted June 30, 2020 Share 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 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
Intentional-Nutrition Posted July 1, 2020 Share Posted July 1, 2020 Sorry - site url: www.intentionalnutrition.com.au @tuanphan Link to comment
tuanphan Posted July 1, 2020 Share 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 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
Intentional-Nutrition Posted July 21, 2020 Share Posted July 21, 2020 That worked perfectly, thank you! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.