By renejdm on Wednesday, 10 January 2018
Posted in General Issues
Likes 0
Views 496
Votes 0
Hi,

Is it possible to make the sidebar in EasySocial wider? It is very thin, especially if you want the EasySocial component to take up the whole width of a template.

Regards,
Hi Rene,

There's no setting that can achieve this. Perhaps you can try using custom css instead?

#es .es-container .es-sidebar {
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
}
·
Wednesday, 10 January 2018 16:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Raymond. That worked.
·
Wednesday, 10 January 2018 23:47
·
0 Likes
·
0 Votes
·
0 Comments
·
You're most welcome Rene. Glad to know that the custom css works.

Regards.
·
Thursday, 11 January 2018 10:02
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post