CSS for Side converter too large
-
I had to do some CSS because it was not available in the options
The Height of the Side converter on a mobile is 200x220px even though the actual buttons are only about 75X70px, which means there was an invisible box over the screen which covered up the menu items on a mobile phone. This CSS was able to fix the problem but could you change this in an update?
Thanks
.woocs_auto_switcher.left {
width: 70px !important;
height: 75px !important;
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.