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 #2333391
Remove sidebar display on mobile
Closed

Comments

  • oooff123 started the conversation

    Hi, i'm using the generic magazine with the sidebar to the right. Is there a way to not display the sidebar on mobile & tablets?


    Thanks!

  •  2,699
    PenciDesign replied

    Hi,

    On the mobile & tablets - the screen is too small ( about 300 - 600px ) and the sidebar has the width is 340px.. So, It can't be display sidebar on the right on mobile or tablet because it will make your content so small and look broken..


    Best Regards,

    PenciDesign

  • oooff123 replied

    Hi, thanks for the reply.

    I wish to remove the sidebar completely from the screen (display: none;)

    currently it drops to the bottom when viewed on mobile.

  •  2,699
    PenciDesign replied

    Hi,

    Please add more this code to Customize > Custom CSS to do that:

    @media only screen and (max-width: 768px){
    .penci-sidebar-content{ display: none; }
    }
    

    Best Regards,

    PenciDesign