I installed a new template based on the helix3 framework. I need to change the width of the columns as shown in the attached image. Which parameters should I change and which file? thank you
Hey there,
I am really sorry for the delay of this reply as it is a weekend for us here.
Actually that column width is controlled by the Easysocial CSS, so you can try apply following CSS into your site backend > Easysocial > theme > custom css and see how it goes.
body #es .es-container .es-sidebar {
width: 260px !important;
}