This topic has 4 replies, 3 voices, and was last updated 6 years, 8 months ago ago by Rose Tyler
Hi,
I was wondering if it is possible to adjust the position of the scroll to top button on mobile view.
We have enabled zendesk chat and now the scroll to top button is behind the zendesk chat button when visiting the site on mobile. Is there a way to add some margin to the scroll to top button?
Thx for your prompt reply.
Regards,
Johan
Hello,
Add the following code in Theme Options > Styling > Custom CSS
@media only screen and (max-width: 480px){
.back-top {
bottom: 45px;
}
}
Regards
Hi Olga,
Thx for the code. It works great!!
Regards
Hello,
You’re welcome!
Have a nice day.
Regards
You must be logged in to reply to this topic.Log in/Sign up