Comments Rioc3589 started the conversationApril 13, 2018 at 10:58amHow can I reduce the width of the right sidebar? 2,700PenciDesign repliedApril 14, 2018 at 3:25amHi,To do that, please add more this code to Customize > Custom CSS: @media only screen and (min-width: 1170px){ .penci-sidebar-content{ width: 26%; } .container.penci_sidebar #main{ width: 74% } } Change number 26 & 74 on the above code to value you want. And make sure total of that 2 value is 100Example: 25 & 75Best Regards,PenciDesignRioc3589 repliedApril 15, 2018 at 10:28amthank you !!Best regards, Sign in to reply ...
How can I reduce the width of the right sidebar?
Hi,
To do that, please add more this code to Customize > Custom CSS:
Change number 26 & 74 on the above code to value you want. And make sure total of that 2 value is 100
Example: 25 & 75
Best Regards,
PenciDesign
thank you !!
Best regards,