oxmoserecords Posted March 21, 2020 Share Posted March 21, 2020 Site URL: https://kazoo-bulldog-snp5.squarespace.com/ Hi everyone, I am creating a new website via Squarespace platform. The template is Brine Family 7.0.https://kazoo-bulldog-snp5.squarespace.com/ Password to access is: 1234 I am trying to change to some text display that I am not able to do with the out of the box feature of Squarespace, but I can access some code sections to do some custom. On the cover/landing page, I have some text displayed on the top of the page, above the logo that is centered. I want to display it on the bottom of the page, just like that:https://ibb.co/fN1V5th Do you have any code suggestion for that? Thanks a lot for your kind help! Link to comment
oxmoserecords Posted March 22, 2020 Author Share Posted March 22, 2020 up please, any help? 🙂 Link to comment
tuanphan Posted March 23, 2020 Share Posted March 23, 2020 Add to Cover Page settings > Advanced > Header <style> .sqs-slide-wrapper[data-slide-type="cover-page"] [data-slice-type="body"]:not([data-content-empty]) { position: absolute; bottom: 0; left: 0; right: 0; } </style>  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
oxmoserecords Posted March 23, 2020 Author Share Posted March 23, 2020 Thanks a lot for your help Tuanphan 😉 Link to comment
ysdm Posted May 27, 2020 Share Posted May 27, 2020 hi @tuanphan, attempting to do similar bottom positioning for body paragraph text. I tried the CSS in Advanced Header for my cover page but it still justifies directly to the center. site: www.ysdm.studio would like "contact + journal" at bottom of page, any help appreciated!  Link to comment
tuanphan Posted May 31, 2020 Share Posted May 31, 2020 On 5/28/2020 at 3:47 AM, ysdm said: hi @tuanphan, attempting to do similar bottom positioning for body paragraph text. I tried the CSS in Advanced Header for my cover page but it still justifies directly to the center. site: www.ysdm.studio would like "contact + journal" at bottom of page, any help appreciated  Add to Cover Page Settings > Advanced > Header <style> .sqs-slide-wrapper[data-slide-type="cover-page"] [data-slice-type="body"]:not([data-content-empty]) { bottom: 0 !important; height: 100% !important; } </style>  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
Archived
This topic is now archived and is closed to further replies.