Hi there, Thank you for your quick reply, after adding the css, although the sidemenu is now 400px, it wont fully close, eg even when closed it sticks out by 160px. I have attached a screenshot. The colour will also not change.
I also have a problem with the footer, as below the footer, there seems to be a link saying ‘add menu’ (i have attached a screenshot.
I want to use the sidemenu as a social stream, so have the kleo login button, social media icons and buddy press activity stream.
Also i found the CSS that removes the line on the profile, but the words show less are still there.
This is what the custom css currently looks like:
.offcanvas-type-default .offcanvas-sidebar {
background: #ffffff;
}
.offcanvas-sidebar {
width: 400px;
}
#buddypress div#item-header {
background: none;
}
.toggle-header {
display: none;
}
#footer .wrap-content > .row > .col-sm-3:first-child {
width: 100%;
}
I would be very grateful if you could help me.