Whilst this works in the Squaraspace builder it doesn't work on the live site because of ajax loading.
Is there any way to override ajax for just these pages? Or is there a better piece of code i can use across the whole site?
If i use the current code for the whole site then the footer locks to the bottom of the window and sits on top of my content rather than below it - which i don't want.
Any help would be much appreciated, Thanks
Disclaimer: my coding knowledge only goes as far as google > copy > paste.
Question
Ad-Cale 0
Site URL: http://adamcale.co.uk
Hello,
I had a few pages on my site where the footer was floating as the content didn't fill the page (past/present/future pages).
I added the following code to these pages to fix the footer to the bottom.
<style>
#footer {
position: fixed;
bottom: 0;
left: 0;
right: 0;
}
</style>
Whilst this works in the Squaraspace builder it doesn't work on the live site because of ajax loading.
Is there any way to override ajax for just these pages? Or is there a better piece of code i can use across the whole site?
If i use the current code for the whole site then the footer locks to the bottom of the window and sits on top of my content rather than below it - which i don't want.
Any help would be much appreciated, Thanks
Disclaimer: my coding knowledge only goes as far as google > copy > paste.
Link to post
Top Posters For This Question
3
2
1
Popular Days
Jun 11
6
Top Posters For This Question
Ad-Cale 3 posts
tuanphan 2 posts
RyanDejaegher 1 post
Popular Days
Jun 11 2020
6 posts
Popular Posts
tuanphan
Add to Home > Design > Custom CSS body#collection-55bfcd2de4b0b2820129f308, body#collection-55bfdacbe4b003159a83691f, body#collection-55bfe0dae4b0a85e3942878b { #footer { position: fixed
5 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