Resource icon

XenForo 2.0 Hide Sidebar

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
19,985
Points
823

Reputation:

LQD submitted a new resource:

Hide Sidebar - hide sidebar, hide widget bar

Hide Sidebar ...

Enter the following codes in the Extra.less template for your theme.
Code:
.p-body-sidebar {
    display: none !important;
}
.p-body-main--withSidebar .p-body-content {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

Read more about this resource...
 
Top