XF 1.1 Trying to create mobile theme

tafreehm

Well-known member
Hello,
I m trying to create a theme that is compatible with mobile screens. By using help of CSS only I have pretty much done everything, there is just one thing that I can't seems to figure out.

Take a look at this screenshot:
Untitled.webp

Now, when you visit forums from mobile screen. Everything gets squeezed it as they should be except for the box contains forum list.
HTML:
<fieldset>
<ol id="forums" class="nodeList sectionMain">

now I checked css for both fieldset and ol, but I can not find anything that is holding it back to squeez in with other elements.

Can anyone guide me on this please.

Thanks
 
Top Bottom