Making Pro Button Element into Sticky/Floating Buttons

My client wants 3 buttons floating on the right side of some pages of their site. I have created 3 separate buttons as components, but need a way to have them stay where they are placed as a user scrolls down the page. Any guidance is appreciated.

Hello @comstarsupport,

Thanks for writing in! You need to wrap your Button element with a DIV element so that you can position the DIV as fixed and would always stay at the position where you wanted it to display.

Hope this helps.