Archived topic
Mobile footer
3 replies · Started by Yariv on December 1, 2021
Viewing posts 1–4 of 4
Hi, I created mobile footer, when I view it vertically it’s look’s good, but horizontally it’s not full size.
Can you help me with that?
Regards
Yariv
Hi Yariv,
You have this CSS:
https://www.screencast.com/t/Po3LuYKYKl5
.sticky-bottom {
position: fixed;
bottom: 0;
}
Add 1 line to it:
.sticky-bottom {
position: fixed;
bottom: 0;
width: 100%;
}
Let me know if this helps :)
Great thank you so much, works perfectly.
You are welcome :)
This archived topic is closed to new replies.