goosbumps Posted February 2 Posted February 2 (edited) Hi guys as the title says I'm looking to move the floating button link that I custom made over to the right a bit on the mobile version www.goosebumps.marketing I wrote this in the footer section of the code injection <!-- Floating button style --> <style> .floating{ position:fixed; width:120px; height:120px; bottom:40px; right:30px; z-index:100; } .float-button{ margin-top:16px; } </style> <!-- Link to WhatsApp --> <a href="https://api.whatsapp.com/send?phone=%2B44333 335 6080&text=Hello%2C%20from%20GOOSEbumps%20website%20visitor:" class="floating" target="_blank"> <!-- WhatsApp image --> <img src="https://static1.squarespace.com/static/62b48f8d9ab01b0e774f4bdb/t/65ba4cd4be6c48238e6e1395/1706708180184/vecteezy_whatsapp-business-social-media-icon-3d-illustration_18749260.png"> </a> thanks very much if you can help Edited February 2 by goosbumps forgot url
Solution tuanphan Posted February 5 Solution Posted February 5 You can use this code to Website > Website Tools (under Not Linked) > Custom CSS @media screen and (max-width:767px) { .floating { right: 0px !important; } } 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!)
tuanphan Posted February 7 Posted February 7 I see you removed it. Do you still need help? 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