Comments Karen started the conversationFebruary 18, 2018 at 6:56pmHow do I change the width of my sidebar to make it a bit narrow? 2,700PenciDesign repliedFebruary 19, 2018 at 4:17pmHi,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 Sign in to reply ...
How do I change the width of my sidebar to make it a bit narrow?
Hi,
To do that, please add more this code to Customize > Custom CSS:
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