How ro change module position of floating button
- Posted by Brause (2) Offline
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
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;}
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5263) Offline
Hi, try this code
5 years 8 months ago #2
by TemplatePlazza
button.jfab_main_btn {
bottom:200px!important;
}
Please Log in or Create an account to join the conversation.
- Posted by Brause (2) Offline
- Posted by TemplatePlazza (5263) Offline
- Posted by ow (10) Offline
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
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
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5263) Offline