Comments 2Fjura started the conversationMay 10, 2018 at 3:49pmHello,may I ask if its theoretically possible to increase / decrease the width of the right panel?thank you 2,700PenciDesign repliedMay 10, 2018 at 3:51pmHi,What do you mean about "right panel"? Do you mean sidebar?Best Regards,PenciDesign 2Fjura repliedMay 10, 2018 at 4:09pmyes, sidebar 2,700PenciDesign repliedMay 10, 2018 at 4:11pmHi,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 2Fjura repliedMay 10, 2018 at 4:12pmawesome, thanks! Sign in to reply ...
Hello,
may I ask if its theoretically possible to increase / decrease the width of the right panel?
thank you
Hi,
What do you mean about "right panel"? Do you mean sidebar?
Best Regards,
PenciDesign
yes, sidebar
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
awesome, thanks!