Hi I have this kind of additional vertical gray line appearing in mobile menu, when clicking or scrolling – how to remove it? Please see video.
This topic has 8 replies, 3 voices, and was last updated 5 years, 1 months ago ago by tuijatuulia
Hi I have this kind of additional vertical gray line appearing in mobile menu, when clicking or scrolling – how to remove it? Please see video.
Hello,
Go to Theme Options > Custom CSS and try to add the following code, clear cache and check
.et-off-canvas .et-content.mobile-menu-content::-webkit-scrollbar {
display: none;
}
Regards
Hi, I cleared cache on server and client but it did not help the mobile view, I’m still seeing the grey bar.
maybe we could color it white, it is only a tiny bit over the arrows.. but sure better would be to hide it.
Have you cleared cache of your mobile browser? What model of phone and browser do you use?
Regards
Yes, I have cleared cache in mobile. Usually I use Firefox in mobile, Tested both with Samsung and Nokia androids, both have that line in firefox. Chrome does not show it.
Mozilla Firefox does not support feature to customize scrollbar but we have provided you some custom to make your content not fully broken on mobile devices in Firefox
.et_b_header-search:not(.et_element-top-level) .input-row {
display: block;
}
.et_b_header-search:not(.et_element-top-level) .input-row input[type=text] {
width: calc(100% - 40px);
float: left;
}
.et_b_header-mobile-menu .et-mini-content {
padding-left: 0 !important;
padding-right: 0 !important;
}
.et_b_header-mobile-menu .et-mini-content .et-content > * {
max-width: calc(100% - 60px);
margin-left: 30px;
}
.et_b_header-mobile-menu .et-mini-content .et_b_header-menu > .menu-main-container {
max-width: unset;
}
Regards
Oh, perfect!! This works well and Firefox does not show the scrollbar anymore. This is great – most of the customers will use mobile devices.
The issue related to '‘How to remove Gray vertical line in mobile menu?’' has been successfully resolved, and the topic is now closed for further responses