By david.bruehlmeier@sozialinfo.ch on Monday, 30 October 2017
Posted in General
Likes 0
Views 658
Votes 0
I want to set the dashboard sidebar wider. see screenshot.
Where can I change this in the echo template?
Best Regards
Martin
Hi there,

I believe you'd to increase the EasySocial sidebar in which by default is set to 220px. Echo template does not have this option to change the width. However, you can create a custom css to override EasySocial styling by placing it in /templates/echo/css/custom.css . Please give it a try.


.com_easysocial #es .es-container .es-sidebar {
width: 400px;
flex: 0 0 400px;
-webkit-flex: 0 0 400px;
-ms-flex: 0 0 400px;
}


Thanks.
·
Monday, 30 October 2017 16:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mohd
It works perfect. Thank you.
Martin
·
Tuesday, 31 October 2017 02:10
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Martin.
·
Tuesday, 31 October 2017 02:25
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post