Page width for mobile style

MOZ

Well-known member
Hey, I am working on customising the style of our forum for mobile users. However I am facing an issue with the page width.

Could someone guide me on how to set the page width properties so that the page is fluid, yet the text is readable on the phone screen. I would like the page width to be equal to the screen resolution.
 
Add this meta tag to head section of PAGE_CONTAINER template:
HTML:
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
Yes! This worked for it perfectly, but I was wondering how I can keep the MEMBERS PROFILE area fixed in the same way? The MEMBERS PROFILE area floats from left to right even with this code working for the entire forum in mobile view. I just need it to do teh same inside of the MEMBERS PROFILE (when people click on a members name to see that members profile).
 
Top Bottom