Simple Floating Button not wiorking
- Posted by TemplatePlazza (5261) Offline
I can't guarantee it, but many jquery related issues are solved by using jquery easy plugin
4 years 8 months ago #7
by TemplatePlazza
Please Log in or Create an account to join the conversation.
- Posted by dhatzi (6) Offline
Thank you very much, one more question. Is it possible the button been dispayed to the other side of the screen?
4 years 8 months ago #8
by dhatzi
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5261) Offline
Try to add this code to your css file
4 years 8 months ago #9
by TemplatePlazza
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;}
.sub_fab_btn {
float:left!important;
margin-left:20px!important;
}
.jfab_btns_wrapper > div {
display:block;clear:both!important;
}
.jfab_btns_wrapper:first-child {
margin-bottom:30px!important;
}
Please Log in or Create an account to join the conversation.
- Posted by dhatzi (6) Offline
- Posted by TemplatePlazza (5261) Offline