By Giacomo on Saturday, 25 August 2018
Posted in Technical Issues
Replies 3
Likes 0
Views 711
Votes 0
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;
}
·
Saturday, 25 August 2018 10:06
·
0 Likes
·
0 Votes
·
0 Comments
·
hi, I just installed version 3.0.5.
now what parameters should I change in the css? I noticed that the position names have changed. thank you
·
Monday, 20 May 2019 00:02
·
0 Likes
·
0 Votes
·
0 Comments
·
You can try this and see how it goes.


body #es .es-container .es-container__sidebar {
width: 260px;
flex: 0 0 260px;
-webkit-flex: 0 0 260px;
}
·
Monday, 20 May 2019 11:34
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post