How ro change module position of floating button

Hi,
I read the issue "Floating button stuck in module position" and I cannot display the button beause it is hiding the top-sroller icon.
When I inserted the following code the Floating button is displayed on the left side. I would like to display it on the right side at the middle of the website. How can I do this?

Best regards,
Klaus

button.jfab_main_btn {
right:auto!important;
left:16px!important;
padding:0!important;}
.jfab_btns_wrapper {
right:auto!important;
left:0!important;
text-align:left!important;}
.jfab_btns_wrapper button {
padding:0!important;}
5 years 8 months ago #1 by Brause

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5263) Offline
Hi, try this code
button.jfab_main_btn {
bottom:200px!important;
}
5 years 8 months ago #2 by TemplatePlazza

Please Log in or Create an account to join the conversation.

Hi, it works fine, thank you!
5 years 8 months ago #3 by Brause

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5263) Offline
You’re most welcome;)
5 years 8 months ago #4 by TemplatePlazza

Please Log in or Create an account to join the conversation.

Hello,
In wich file can I custom the code in order to go up the button a few px because it hinders the button "go to top" of my site.Thanks
5 years 6 months ago #5 by ow

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5263) Offline
@owenn You can add the code in your template’s css file
5 years 6 months ago #6 by TemplatePlazza

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum