By DeShion DeShields on Thursday, 13 October 2016
Posted in General
Likes 0
Views 131
Votes 0
How can I remove the entire left column on a view able logged in pages?
Hi DeShion,
First of all, you should know that the sidebar in EasySocail is extremely essential because it allows users to filter the stream items on the page. Without it, users on EasySocial would not have any other ways to do so.

If you really need to remove the sidebar, you can perform a custom css to hide the sidebar.
Create the directory and file below if it does not exist:
JoomlaFolder\templates\protostar\html\com_easysocial\css\custom.css
Then, add the css codes below to hide the sidebar in all EasySocial pages:

div#fd.es .es-sidebar {
display:none !important;
}
·
Thursday, 13 October 2016 19:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey DeShion,

Do note that the div#fd.es part actually works for EasySocial 1.4. For version 2.0 and newer, you can use #es instead.

#es .es-sidebar {
display:none !important;
}
Anyway, glad to know that your issue has been resolved now.
I will lock and mark this thread as resolved.
·
Monday, 27 March 2017 10:34
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post