Positioning a floating button
-
I want the button positioned on a fixed place on the website – and I don’t want it to scroll vertically. I managed to do this by choosing floating, using the position and offset variables in settings ( 300 pixel from top and 650 pixel from right) and then adding css: .a2a_floating_style { position: absolute !important;}
But this seems to make a fixed coordinate, so when the window is reduced or on a smaller screen the button does not move relatively – and is shown eg in the middle of the page.
Can this be solved?
Help will be much aprreciated.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Positioning a floating button’ is closed to new replies.