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.