Home › Forums › WoodMart support forum › Scroll up button Scroll up button This topic has 5 replies, 2 voices, and was last updated 4 years, 6 months ago by Elise Noromit. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts August 14, 2020 at 7:57 am #218603 max06accessoParticipant Hello, Would it be possible to position the (scroll up button) on the left side of the screen instead of the default right? I would also like it not to be displayed on mobile and tablet. Thanks in advance for your help Regards Attachments:You must be logged in to view attached files. August 14, 2020 at 8:50 am #218628 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS > Global: body .scrollToTop { left: 20px; right:auto; } Best Regards August 14, 2020 at 8:58 am #218636 max06accessoParticipant Thanks, do you have a code to disable it on smartphone and tablet? August 14, 2020 at 9:01 am #218639 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS > Mobile/Laptop: body .scrollToTop { display:none; } Best Regards August 14, 2020 at 9:46 am #218655 max06accessoParticipant All right, it’s working. Thanks and have a nice day. Regards August 14, 2020 at 12:05 pm #218706 Elise NoromitMember Have a nice day too! If you have any questions please feel free to contact us. Best Regards Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to create new topics. Login / Register