Stick at bottom left side
3 years 10 months ago #60120
by saovry
Stick at bottom left side was created by saovry
My module ID is 350
I set my floating is Always Fixed, and position is Left. But it still scrolls on desktop and mobile Eventhough it is right or left position. If we set to bottom, it stick there, it is not move whenever we scroll on desktop and mobile.
What I need your help
- How could we make it to stick bottom at left side for desktop and mobile
www.seekkhmer.com
I set my floating is Always Fixed, and position is Left. But it still scrolls on desktop and mobile Eventhough it is right or left position. If we set to bottom, it stick there, it is not move whenever we scroll on desktop and mobile.
What I need your help
- How could we make it to stick bottom at left side for desktop and mobile
www.seekkhmer.com
Please Log in or Create an account to join the conversation.
3 years 10 months ago #60144
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Stick at bottom left side
you can do that using CSS to place it exactly where you want, pease try to add this in your page
Code:
#floatingmoduleck350 {
margin-top: calc(-180px + 100vh);
}
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.189 seconds