tuanphan Posted October 16 Posted October 16 To add 2 floating button on Bottom Right, you can do these. #1. First, add 2 Button Blocks to Site Footer #2. Find ID of 2 Buttons. Book Now: #block-yui_3_17_2_1_1728047507496_17724 Call Now: #block-yui_3_17_2_1_1728853644148_7931 #3. Use this code to Custom CSS box #block-yui_3_17_2_1_1728047507496_17724, #block-yui_3_17_2_1_1728853644148_7931 { position: fixed; bottom: 3vw; right: 3vw; width: 200px; height: 50px; display: block !important; z-index: 99999; } footer.sections section, footer.sections { z-index: 99999 !important; } /* Call Now */ #block-yui_3_17_2_1_1728853644148_7931 { bottom: 7vw; } #4. Result Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment