Add following CSS into page header or in theme roller – which ever is your preference to use it.
.float{
z-index:100;
position:fixed;
width:60px;
height:60px;
bottom:40px;
right:40px;
background-color: rgba(55, 76, 139, 0.81);
color:#FFF;
border-radius:50px;
text-align:center;
box-shadow: 2px 2px 3px #999;
}
.my-float{
margin-top:22px;
}
Open your existing button and make following changes
- Set CSS Classes as “float my-float”
- Change Button Template to “Icon”
- Set Icon as “fa-plus”
No comments:
Post a Comment