By Walter Smith on Wednesday, 22 August 2018
Posted in Technical Issues
Likes 0
Views 559
Votes 0
See attached image. How do I get rid of the sidebar and how can I make the profile cover taller?
Unfortunately that is no setting to turn it off those sidebar and extend the cover height, but you can apply this following css into your site backend > EasySocial > theme > custom css


body #es .es-container .es-sidebar {
display: none !important;
}

body #es .es-profile-header__cover {
height: 200px !important;
max-height: 300px !important;
}
·
Wednesday, 22 August 2018 09:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you
·
Saturday, 25 August 2018 09:30
·
0 Likes
·
0 Votes
·
0 Comments
·
You're most welcome.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding
·
Saturday, 25 August 2018 10:29
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post