By Katie Browning on Wednesday, 04 December 2013
Posted in General Issues
Likes 0
Views 627
Votes 0
Hi guys!

I think this is an easy one, but Im not sure! How can I remove the left sidebar on the Profile page e.g Apps module

Id like the stream to be wider if possible

Thanks heaps
Katie
I am sorry but unfortunately this is not possible out of the box. You can however apply some css hacks to hide it,


div#es-wrap.view-profile .es-sidebar
{
display: none !important;
}
·
Wednesday, 04 December 2013 22:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Mark,

Mind telling me which file?

Ta, Katie
·
Wednesday, 04 December 2013 22:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Found it!

components / com_easysocial / themes / wireframe / styles / style.css

It looks great!! Thanks for your help
·
Wednesday, 04 December 2013 23:10
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Katie
·
Wednesday, 04 December 2013 23:17
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post