By HMED on Friday, 13 May 2016
Posted in General
Replies 1
Likes 0
Views 245
Votes 0
Hello guys,

i dont find where to disable the sidebars in the different ES pages !? dashboard, events & groups page
It would be great to have a simple option in the theme options for example to show it or not.

I guess actually is possible only with css ?
Hi Jan,

You can use the following css to hide the sidebar but I believe it is not ideal to actually hide the entire sidebar as it will be difficult for your user to navigate within EasySocial page.
div#fd.es .es-container .es-sidebar {
display: none;
}
·
Friday, 13 May 2016 18:06
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post