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 #3226862
sidebar style for tablet and phone
Closed

Comments

  • progettofl2021 started the conversation

    how can I manage the style of the sidebar to avoid writing the description of the post (crushed) and move it below or use a different style?

    and where can i disable the sidebar in the phone version?

    Attached files:  sidebar style.png

  •  2,486
    PenciDesign replied

    Hi,

    1. The current version of Soledad doesn't support customization of the layout for widgets like the screenshot you sent. We'll add this option in the future theme update.

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

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

    Regards,
    PenciDesign.