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 #1570809
Right panel width
Closed

Comments

  •  2
    Fjura started the conversation

    Hello,


    may I ask if its theoretically possible to increase / decrease the width of the right panel?


    thank you

  •  2,699
    PenciDesign replied

    Hi,

    What do you mean about "right panel"? Do you mean sidebar?


    Best Regards,

    PenciDesign

  •  2
    Fjura replied

    yes, sidebar

  •  2,699
    PenciDesign replied

    Hi,

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

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

    Change number 25 & 75 on the above code to value you want. Make sure total of this 2 values is 100.

    Example: 24% and 76%


    Best Regards,

    PenciDesign

  •  2
    Fjura replied

    awesome, thanks!