Use Elementor to customize the popup floating button and want to display it on a
-
Hello,
I use Elementor to customize the popup floating button,
But I want to be able to appear below, how do I set
https://woodmart.xtemos.com/accessories/blog/
https://woodmart.xtemos.com/accessories/2022/04/22/exploring-atlantas-modern-homes/
Attachments:
You must be
logged in to view attached files.
Hello,
Sorry to say but can you please confirm how you have added the Floating Button on your Site? Which widget are you using?
Also, on the Site URL you shared we can’t seem to find any Floating button added. Can you please mention too on which Page you have added the Floating Button and also share the Page URL of that too? So that we can look after that and assist you with the possible way.
Best Regards
see private message
Attachments:
You must be
logged in to view attached files.
Hello,
Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Custom CSS for Mobile:
@media (max-width: 768px) {
.class-mobile-box {
top: 38em !important;
left: 2em !important;
-webkit-writing-mode: horizontal-tb !important;
writing-mode: horizontal-tb !important;
}
}
Hope this works out for you !
Best Regards.