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 #2960346
I can't find a way to move the sidebars in mobile and tablet placements.
Closed

Comments

  • balaji_profitcast started the conversation

    The sidebars tend to appear on the bottom of the page in mobile and tablet placements. I want to customize/hide the sidebars on smaller viewports. 

  •  2,492
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

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

    Regards,
    PenciDesign.



  • balaji_profitcast replied

    Thanks for the quick response. I was able to solve the problem.