Update:
I just solved it with having the text-box half the size of the footer, and with changing the position from absolute to fixed.
#footer .bottombottom {
position: fixed;
bottom: 0;
left:0;
}
Update:
I just solved it with having the text-box half the size of the footer, and with changing the position from absolute to fixed.
#footer .bottombottom {
position: fixed;
bottom: 0;
left:0;
}
Hi all,
I did the split screen for my website and it worked well.
I'm now trying to add a credit text box that should be aligned with the bottom of the footer section. I'm not a super pro of coding.
What I did:
I added a text-box in the footer page, and assign it a custom class, called bottombottom.
And then, in the custom css:
#footer .bottombottom {
position: absolute;
bottom: 0;
left:0;
}
But doesn't seem to work… Do you have any advice on the best way to do it?
Thanks a lot for your help and all the work you do.
Best,
Valentin
Hi Armin,
For my website, I want to place five carousels on the homepage, each of them showing a sample of a different project. The idea is to show a quick sample of every projects on the homepage, and then be able to click to see more of the project. The problem is that the only way to add an image with a link in a carousel is to add a project thumbnail. Do you know if there could be a way to add a clickable link on a image in a carousel ?
Thank you,
Val