Skip to content
Public Ticket #6543

Width of the sidebar

Conversation thread

PenciDesign replied

Staff Reply

Hi,

Ahh, By default that's 340pxsmile.png

Best Regards,

PenciDesign

Jan Scherders replied

Customer Reply

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

PenciDesign replied

Staff Reply

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 Scherders started the conversation

Conversation Start

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

Want to join this conversation or access attachments? Sign in first.