Floating button stuck in module position
- Posted by Burak (3) Offline
Hi.
The button does appear but looks stuck under my usual chat button on the right corner.
I actually would like it to appear somewhere else on the page anyway but changing the module position does not resolve the problem.
I have read through the forum and I think there are a couple cases where this issue is discussed but the English is not much clear and I could not really make sense of how the problem is supposed to be resolved.
Can you help?
BB
5 years 9 months ago #1
by Burak
The button does appear but looks stuck under my usual chat button on the right corner.
I actually would like it to appear somewhere else on the page anyway but changing the module position does not resolve the problem.
I have read through the forum and I think there are a couple cases where this issue is discussed but the English is not much clear and I could not really make sense of how the problem is supposed to be resolved.
Can you help?
BB
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5263) Offline
Hi Please try to add this code to your css file :
5 years 9 months ago #2
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;}
Please Log in or Create an account to join the conversation.
- Posted by Burak (3) Offline
When I do that my CSS shows errors.
I am adding this code...
- to the bottom of the
- template.css file.
Correct?
5 years 9 months ago #3
by Burak
I am adding this code...
- to the bottom of the
- template.css file.
Correct?
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5263) Offline
Hi I don't see template.css exist in your template.
Alternatively you can try to add the code in the bottom of this file :
../modules/mod_floating_buttons/assets/css/style.min.css
5 years 9 months ago #4
by TemplatePlazza
Alternatively you can try to add the code in the bottom of this file :
../modules/mod_floating_buttons/assets/css/style.min.css
Please Log in or Create an account to join the conversation.