Hi there,
On an XenForo 2.1 forum, I experience a problem with the sidebar width when it initially drops below the main page content. I have reproduced this with the unmodified FA+ parent style. This issue occurs for me when the viewport width is between 901px and 1080px.
I believe that the cause of this is xb_forums.less in the
Copying (from app_body.less) the default responsive rules for .p-body-sidebar and .p-sidebar-inner and redeclaring them in the above media query seems to have fixed the issue (at least on my test site).
I was not able to reproduce this issue on the FA+ styles demo site.
On an XenForo 2.1 forum, I experience a problem with the sidebar width when it initially drops below the main page content. I have reproduced this with the unmodified FA+ parent style. This issue occurs for me when the viewport width is between 901px and 1080px.
I believe that the cause of this is xb_forums.less in the
@media (max-width: calc(800px + @xf-xbSidebarWidth))
media query section.Copying (from app_body.less) the default responsive rules for .p-body-sidebar and .p-sidebar-inner and redeclaring them in the above media query seems to have fixed the issue (at least on my test site).
I was not able to reproduce this issue on the FA+ styles demo site.