XF 1.4 How to adjust when the sidebar vanishes?

ESAD

Member
How do I adjust the viewport width that causes the sidebar to disappear as a desktop browser is narrowed?
 
You can edit it in the sidebar.css template.

Look for this:
Code:
<xen:if is="@enableResponsive">
@media (max-width:@maxResponsiveWideWidth)
 
Thank you Brogan. . . man. 10 years of VB, and I am done. Their TS sucks, and that's being polite. Now to convert 20+ sites to XF. . . you guys are the best!
Yes, there are tons of things I think should have been included in the box that were overlooked for whatever reason, but I have faith XF will catch up with the very basic requirements in time.
Great piece of kit here. . .
 
If I edit "maxResponsiveWideWidth" and enter a number the sidebar never goes away. What I need is to set the minimum width the sidebar will be visible.
 
Top Bottom