Move Scroll To Top Icon Slightly Right
-
Hello.
Firstly, thank you for the great support. You guys really are the very best developers for the woocommerce theme market (we had tried a lot previously). Keep up the great work!
We need to move the scroll to top icon slightly to the right to align with our chat icon. (see attached). Is this possible and if so how to do it? ( we only need it moving on the desktop view and not mobile).
Also can the size be reduced by 10% at all?
Thank you!
-
This topic was modified 2 years, 4 months ago by
Little Panda.
Hi,
Please share the WP admin login details of your site so I will check and give you a possible solution.
Best Regards.
No problem. See the private area
Hi,
Please add this code to the Theme Settings > Custom CSS > Custom CSS for Desktop
.scrollToTop {
width: 20px !important;
height: 20px !important;
right: 5px !important;
}
Change the code as per your need.
Best Regards.