Dear Sirs
I have used the following css
/* Floating button */
.button-float {
position: fixed;
right: 0;
top:300px;
z-index: 999999 !important;
}
What I am trying to achieve is to ensute that bothe on landscape and portait the button is always fixed but at bottom of the screen. Can you help please.
Ok have found answer thanks
/* Floating button */
.button-float {
position: fixed;
right: 0;
bottom:0px;
z-index: 999999 !important;
}
Hi,
Thanks for the update. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
