Sticky text block and button in Customize with code Posted June 3, 2023 For my site, the sticky button is there but something is wrong with the z-index. Check out this pagehttps://www.altarealestate.sg/featured-listings This is the CSS code { position: fixed; z-index: 9999; bottom: 3%; right: 3%; width: 65px; height: 65px; }
Sticky text block and button
in Customize with code
Posted
For my site, the sticky button is there but something is wrong with the z-index.
Check out this page
https://www.altarealestate.sg/featured-listings
This is the CSS code
{
position: fixed;
z-index: 9999;
bottom: 3%;
right: 3%;
width: 65px;
height: 65px;
}