xenforo2 Hide Sidebar

guclusat

Tanınmış Üye
Süper Moderatör

Hide Sidebar (kenar çubuğunu gizle)​

Enter the following codes in the Extra.less template for your theme.
Kod:
.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;
}
 
Geri
Yukarı