How to right align the float button...

I've tried a number of things but I can't get the floating button to be on the left side. What and where do I modify to get it located on the bottom left of the screen. Any help is appreciated.
4 years 3 months ago #1 by Scott

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

  • Posted by TemplatePlazza (5261) Offline
Hi try to add this code to your css file :
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;
}
4 years 3 months ago #2 by TemplatePlazza

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

Powered by Kunena Forum