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; } }
Hi, two quick questions:
1. Is there a way to remove slider on mobile without using custom CSS?
2. Similarly, is there a way to stop the sidebar from appearing at the bottom of the mobile page without using custom CSS?
If not, then please give me a custom CSS code to implement.
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:
Regards,
PenciDesign.