kevinkanbee 1 Share Posted December 9, 2020 Site URL: http://kanbeeapp.com Hi All, I am trying to keep my form block fixed at the bottom of the page as I scroll my website, is there a way to do this? Also trying to reformat the form to a new layout (screenshot attached). Thank you! Link to post
1 tuanphan 9,328 Share Posted December 12, 2020 Hi. Where is form? I don't see it on homepage You can send your question to my email to get faster answer. How to: Setup password & share url Insert Custom CSS Open Page Header Upload Custom Font Find Block ID, Data Section ID Contact Squarespace Customer Care -- Yup! Link to post
0 kevinkanbee 1 Author Share Posted December 12, 2020 23 minutes ago, tuanphan said: Hi. Where is form? I don't see it on homepage Hey Tuan, it's there now at the bottom of the home page if you scroll down Link to post
0 tuanphan 9,328 Share Posted December 20, 2020 Hi. Add to Home > Design > Custom CSS /* Fixed form block */ div#block-yui_3_17_2_1_1607698148029_12321 { position: fixed; bottom: 0; z-index: 999; left: 50%; transform: translateX(-50%); width: 30%; background: white; } div#block-yui_3_17_2_1_1607698148029_12321 form { display: flex; align-items: center; } iv#block-yui_3_17_2_1_1607698148029_12321 .field-list { width: 80%; margin-right: 10px; } @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1607698148029_12321 { width: 90%; } } You can send your question to my email to get faster answer. How to: Setup password & share url Insert Custom CSS Open Page Header Upload Custom Font Find Block ID, Data Section ID Contact Squarespace Customer Care -- Yup! Link to post
Question
kevinkanbee 1
Site URL: http://kanbeeapp.com
Hi All, I am trying to keep my form block fixed at the bottom of the page as I scroll my website, is there a way to do this? Also trying to reformat the form to a new layout (screenshot attached). Thank you!
Link to post
Top Posters For This Question
3
2
Popular Days
Dec 12
2
Dec 9
1
Dec 10
1
Dec 20
1
Top Posters For This Question
kevinkanbee 3 posts
tuanphan 2 posts
Popular Days
Dec 12 2020
2 posts
Dec 9 2020
1 post
Dec 10 2020
1 post
Dec 20 2020
1 post
Posted Images
4 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment