Bradley Prout
Well-Known Member
Hi,
Is there a way tp keep the sidebar like the image below and removing the button?
Is there a way tp keep the sidebar like the image below and removing the button?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
.xb-canvas .canvas-left
{
width: 80px;
}
.xb-canvas .xbSidebar-nav .xbVerticalNav-subList.is-active, .xb-canvas .canvas-header .p-header-logo i
{
display: none;
}
.xb-canvas.xb-canvas-menuActive .canvas-left, .xb-canvas.xb-canvas-menuActive .xbSidebar-nav-list>li
{
width: auto;
}
.xb-canvas .xbSidebar-nav .xbVerticalNav-linkHolder .xbVerticalNav-link
{
text-align: center;
}
edit: fixed russ
<div class="xb-page-wrapper{{ property('xbForumStyle') == 'canvas' ? ' xb-canvas' : '' }}{{ !is_toggled('_canvasMenu') ? ' xb-canvas-menuActive' : '' }}">
<div class="xb-page-wrapper{{ property('xbForumStyle') == 'canvas' ? ' xb-canvas' : '' }}">
.XenBase .xb-canvas .canvas-header .p-header-logo i
{
display: none;
}