Hello
i have Themeouse UI.X 2 free theme i have latest version: 2.2.8.1.0
https://www.themehouse.com/xenforo/2/themes/ui-x
My hosting: Hostgator Shared Baby Plan
My xenforo version: v2.2.8 Patch 1
Plugin: [TH] UI.X 2.2.0 Patch Level 2
i have 3 problems, when i change settings from admin...
Hide Sidebar ...
Enter the following codes in the Extra.less template for your theme.
.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...