Split screen - align text to the bottom of footer
-
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 -
-
-
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;
} -
interesting! good job
I don't answer or check forum DMs, please just post on the forum.
Before you post:
Use the Search Feature. Maybe there is already a solution to your issue.
1. Update Lay Theme and all Lay Theme Addons
2. Disable all Plugins
3. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code ", click "Save Changes"
4. When using a WordPress Cache plugin, disable it or clear your cache.
Now see if your problem solved itself.
Go here, see if your problem is listed here:
Troubleshooting
When you post:
1. Post a link to where the problem is
2. If the problem is difficult to explain, post screenshots / link to a video to explain it