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 #1540003
Sidebar
Closed

Comments

  • Rioc3589 started the conversation

    How can I reduce the width of the right sidebar?

  •  2,699
    PenciDesign replied

    Hi,

    To do that, please add more this code to Customize > Custom CSS:

    @media only screen and (min-width: 1170px){
    .penci-sidebar-content{ width: 26%; }
    .container.penci_sidebar #main{ width: 74% }
    }
    

    Change number 26 & 74 on the above code to value you want. And make sure total of that 2 value is 100

    Example: 25 & 75


    Best Regards,

    PenciDesign

  • Rioc3589 replied

    thank you !!

    Best regards,