Code works but I needed to change : right: 48%; to right 2% so it would be aligned closer to right border of site instead of bottom center of pages. .
Thank you!
thuyltt wrote:
Dear sir,
I see your bottom site if cookie and it is black, how do you want to style back to top button?
This is code to move: please add it in bottom of file: /templates/sj_flooring/css/your_css.css
.backtotop {
background-color: #666;
width: 45px;
bottom: 51px;
top: auto;
right: 48%;
padding: 5px 0;
overflow: hidden;
z-index: 300;
position: fixed;
display: block;
text-align: center;
-webkit-border-radius: 3px 0 0 3px;
-moz-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;
color: #fff;
}
Thanks.