move scroll to top button
-
hi there
could you please help me with the .css to move the scroll to top button just above the tawk to chat icon please? they are currently on top of one an other.
thankyou
im guessing its the ‘inline to change but I don’t know what to:
.scrollToTop:after {
display: inline;
font-weight: 600;
font-size: 16px;
line-height: 50px;
content: “\f115”;
font-family: woodmart-font;
}
best wishes and thankyou
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.scrollToTop {
bottom: 20px;
}
Change this value as per your needs.
Best Regards