Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2964227
Remove slider and sidebar on mobile
Closed

Comments

  • Pavlos started the conversation

    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. 

  •  2,492
    PenciDesign 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.