Comments Jan started the conversationJanuary 21, 2019 at 2:05pmWhere can I find what the standard width of the right sidebar is ? I mean the standard width 2,700PenciDesign repliedJanuary 22, 2019 at 3:30amHi,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 100Example: 26 & 74Best Regards,PenciDesignJan repliedJanuary 25, 2019 at 1:23pmI don't want to change the sidebar, I only want to know the standard width of the sidebar in pixels. 2,700PenciDesign repliedJanuary 25, 2019 at 4:41pmHi,Ahh, By default that's 340pxBest Regards,PenciDesign Sign in to reply ...
Where can I find what the standard width of the right sidebar is ? I mean the standard width
Hi,
You can change the width for sidebar by add more this code to Customize > Custom CSS:
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
I don't want to change the sidebar, I only want to know the standard width of the sidebar in pixels.
Hi,
Ahh, By default that's 340px
Best Regards,
PenciDesign