Home Forums WoodMart support forum raise button Reply To: raise button

#182676

Hello,

I saw the screenshot you attached. To change the position of the scroll to top button and the live chat button you need to add the following Custom CSS code in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

body .scrollToTop {
bottom: 120px !important;
}
widget_theme_light.ya-chat-widget_mobile.ya-chat-widget_size_large {
margin-bottom: 50px !important;
}

You can set the values according to your needs.

Best Regards