PenciDesign Supporter replied
Hi,
1. There are no options to remove the slider on the mobile without using custom CSS. But you can use the Elementor to build your page then select the device to display for each element. Please read the document detail here: https://elementor.com/help/mobile-editing/
2. Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
@media only screen and (max-width: 479px) {
.penci-sidebar-content {
display: none;
}
}Regards,
PenciDesign.