Marcus Well-known member Nov 7, 2015 #1 Viewing the sidebar on my phone (displayed at the bottom of the page after the forum list), I would love it to have the maximum width. Which CSS setting is the right one? Thanks.
Viewing the sidebar on my phone (displayed at the bottom of the page after the forum list), I would love it to have the maximum width. Which CSS setting is the right one? Thanks.
Marcus Well-known member Nov 7, 2015 #2 Add this to EXTRA.css Code: @media (max-width:@maxResponsiveWideWidth) {.Responsive .sidebar {width: auto;}} Upvote 0 Downvote
Add this to EXTRA.css Code: @media (max-width:@maxResponsiveWideWidth) {.Responsive .sidebar {width: auto;}}