MyBB Community Forums

Full Version: mobile only shows subforums
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I downloaded a free theme and on mobile it only shows sub forums. It will not diplay all forums. Any thing to look for?
Forum elements will disappear using another device?

1. Check different browsers . Maybe a broken source code or similar.

2. Look into CSS and check for @media queries.
Media queries are used to switch CSS depending on the viewport (display area of devices). Maybe elements are cut down depending on devices.

[ExiTuS]
(2020-07-06, 03:11 PM)[ExiTuS] Wrote: [ -> ]Forum elements will disappear using another device?

1. Check different browsers . Maybe a broken source code or similar.

2. Look into CSS and check for @media queries.
Media queries are used to switch CSS depending on the viewport (display area of devices). Maybe elements are cut down depending on devices.

[ExiTuS]

Sorry! Once i resize a browser to a certain size only sub forums show up.

So once it hits a certin size it looks like css is causing the categories and main forums to hide and only show the sub forums.
Then 2.
Find the @media queries in your CSS and investigate the classes of elements disappearing.

[ExiTuS]