3
07/11/2024 9:14 am
Topic starter
I have Divi WordPress theme and I want to create sticky area in my site with the phone number (as a button) which will be visible only on mobile devices;
How can I do it?
I want it to be fixed and on scroll to stay visible for the user.
Here is screenshot from the site where I saw it:
Thanks
1 Answer
2
07/11/2024 9:16 am
- Create section, then row and inside module.
- Disable the section to show on PC and tablets. Leave it enabled only for the module.
- Then in the row in the Advanced Tab in the Custom CSS (in Main Element) add the folowing code:
position: fixed; bottom: 0; width: 100%; z-index: 9999;
You can see where to put it by using the screenshot below for reference: