Hi there,
I’m rebuilding my website using sections of The Mover. Now I suddenly see, while scrolling a test page on my mobile, a back-to-top-arrow accompagnied with a horizontal line.
Where can I remove the horizontal line?
Regards,
Debora
Hi there,
I’m rebuilding my website using sections of The Mover. Now I suddenly see, while scrolling a test page on my mobile, a back-to-top-arrow accompagnied with a horizontal line.
Where can I remove the horizontal line?
Regards,
Debora
Hello Debora,
Thanks for writing to us.
In order to help you with your concerns, please share the exact page URL and screenshot so we can check it on our end and guide you properly.
Thanks
Hello Prakash,
I’ll have to come back on this one. The line isn’t showing at the moment.
This is the page where it showed. Next to the recaptcha and the to-the -top arrow. https://goudenwagen.nl/staging/
Where can I alter the to-the-top arrow?
Best regards
Hello @DeboraG,
I would suggest you please add this custom CSS code to the Global CSS to move the position of the Back to Top button.
.x-scroll-top.right {
right: 1em;
bottom: 5em;
}
Please feel free to change the value of the right and bottom to move the button positions. The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector. If you have no idea about coding, you can subscribe to One, where customization questions are answered.
Hope it helps
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.