Home Forums WoodMart support forum Move Scroll To Top Icon Slightly Right

Move Scroll To Top Icon Slightly Right

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #456671

    Little Panda
    Participant

    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 1 year, 8 months ago by Little Panda.
    #456733

    Hi,

    Please share the WP admin login details of your site so I will check and give you a possible solution.

    Best Regards.

    #456752

    Little Panda
    Participant

    No problem. See the private area

    #456984

    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.

Viewing 4 posts - 1 through 4 (of 4 total)