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 #1862936
Width of the sidebar
Closed

Comments

  • Jan started the conversation

    Where can I find what the standard width of the right sidebar is ? I mean the standard width

  •  2,699
    PenciDesign replied

    Hi,

    You can change the width for sidebar by add more this code to Customize > Custom CSS:

    @media only screen and (min-width: 1170px) {
    .penci-sidebar-content{ width: 25%; }
    .penci-single-style-10 .penci-single-s10-content, .container.penci_sidebar #main{ width: 75%; }
    }
    

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

    Example:  26 & 74


    Best Regards,

    PenciDesign

  • Jan replied

    I don't want to change the sidebar, I only want to know the standard width of the sidebar in pixels. 

  •  2,699
    PenciDesign replied

    Hi,

    Ahh, By default that's 340pxsmile.png


    Best Regards,

    PenciDesign