How to change size of right side bar

I need to reduce right side bar (Block with information For Readers and For Authors etc.). I need it in article details page.
How can i do it efficiently? OJS 3.1.1.4

Made changes in files “plugins/themes/default/styles/objects/article_details.less”, “plugins/themes/default/styles/body.less”:

.main_entry{width: 70%;}
.entry_details{width: 30%;}
.pkp_structure_sidebar {width: 20%;}
.pkp_structure_main {width: 80%;}
.pkp_structure_main::after{left: 80%;}

(in appropriate places)

2 Likes