Is it possible to remove the shadow of the floating button?
Does anyone know how to do it?
Probably @Robert_Petitto, @Lucas_Pires or @ThinhDinh, catch their attention with a cool message and they’ll help
Thank you Pablo_Miguel_Martine
I’ll ask them.
Thank you ThinhDinh
This makes it look simple and refreshing.
Amazing work
BTW…
Is there any CSS trick to put the buttons horizontally?
Saludos Thinh!
It’s amazing, but in my iphone 7
Can I have a visual image of what you want to achieve? Thanks a lot.
Thinh… the floating buttons!
Is it possible to have more than 2 floating buttons horizontally?
Bye
Sweet looking UI!
How’d you get a background image (speakers) there???
I feel like I’m really missing something here??!! haha
I used the CSS that has been shared here.
Edit: here’s a Google doc with some CSS codes
Make sure to change the URLs for you pic URL
Awesome - thank you Santiago for finding that! Cheers!
No @SantiagoPerez,
Something like this
Oops!!! That’s why I’m not a pilot.
Perhaps using something like this:
Summary
.float{
position:fixed;
bottom:10%;
right:220px;
background-color:#29958d00;
color:#FFF;
border-radius:50px;
text-align:center;
font-size:30px;
Oops! I forgot to check the mobile view.
I made a correction.
Thank you Lucas_Pires
Awesome!!
Floating buttons in parallel can be achieved with this CSS.
This is the CSS presented by Robert_Petitto.
<pre><span><style>
.fab-target >* {
position:fixed;
width:50px;
height:50px;
bottom:19%;
}
.fab-target >:nth-child(1) {
left: 35% !important;
}
.fab-target >:nth-child(2) {
left: 52% !important;
}