Home › Forums › WoodMart support forum › Promo Banner High Mobile › Reply To: Promo Banner High Mobile
October 17, 2020 at 1:06 pm
#233996
Aizaz Imtiaz Awan
Keymaster
Hello,
I have logged into your website and the CSS I provided is working for mobile. The issue was due to some CSS code syntax error that you have added in the Global Custom CSS area that’s why the mobile Custom CSS wasn’t working. I have checked by removing and working.
Screenshot for Clarification: https://ibb.co/NC0QbYR
The CSS casing issue is as follows:
::-webkit-scrollbar {
width: 0px; /* remove scrollbar space /
background: transparent; / optional: just make scrollbar invisible /
}
/ optional: show position indicator in red */
::-webkit-scrollbar-thumb {
background: #FF0000;
}
Best Regards.