XF 1.3 Right Sidebar Displays When Zoom In Out Browser

Wesker

Well-known member
Licensed customer
In our theme here, the right sidebar displays (even though it's disabled) if you zoom in or zoom out. How can we fully disable the right sidebar.

I have already commented out the code in forum_view

+

Added this to extra.css

.sidebar {
display: none;
}

.mainContent {
margin-right: 0;
}

Untitled.webp

It only seems to happen when a browser is zoomed in and zoomed out I believe.
 
Back
Top Bottom