Archived topic
Create a Mobile Slider Menu
1 reply · Started by oo on April 17, 2021
Viewing posts 1–2 of 2
https://www.mickthewpmentor.com.au/create-a-mobile-slider-menu-in-elementor/
I used to use this css to make a moblie slider menu when I was using Elementor Pro.
Can I make something like this in GenerateBlocks Pro?
@media screen and (max-width: 768px) {
.mickmenu .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
display: flex;
flex-wrap: nowrap;
white-space: nowrap;
overflow-x: auto;
-webkit- -scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
}
Hi there,
see this topic - it provides a method to create a scrollable buttons block:
https://generatepress.com/forums/topic/adding-horizontal-scrolling/#post-1536346
This archived topic is closed to new replies.