Scrolling Mobile Menu in Elementor

Опубликовано: 03 Октябрь 2024
на канале: UNIK BD
53
2

Scrolling Mobile Menu in Elementor with Wordpress Any Theme including Woodmart

CSS Code:

***Start***

selector ul {

display: flex;
flex-wrap: nowrap;
white-space: nowrap;
overflow-x: auto;
padding: 0px 0px 0px 0px;
}
selector ul::-webkit-scrollbar{
display:none !important;
}

****End***

Thanks for watching. If you enjoyed, hit Like and Subscribe.