Home Forums WoodMart support forum Hi, Reply To: Hi,

#205009

Hello,

I saw the screenshot you attached. To move the scroll to the top button up you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

body .scrollToTop {
margin-bottom: 50px;
}

You can adjust the value according to your needs.

Best Regards.