Mặc định Elementor không hỗ trợ anh em tạo Slider menu trên mobile. Để tạo, cũng không khó anh em thực hiện từng bước như sau:
Bước 1: Thêm bunnywp_menu vào bunnywp_menu CSS Classes ở tab Advanced

Bước 2: Thêm đoạn có sau vào tab Custom CSS
@media screen and (max-width: 768px) {
.bunnywp_menu .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;
}
}

Đây là kết quả. Chúc anh em, thành công.
https://cdn-std.droplr.net/files/acc_758779/Q0t4DD