MyBB Community Forums

Full Version: How to set width for mobile view
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to attempt to creat myself a mobile theme but i am not sure what i need to do RE the width. How to i set it so that it fits mobile browsers?

Would appreciate any help on this thanks. Smile
Just set the width of the body to 100% and the container to 100% ;D
I did try that but still shows as standard width I want to make it fit screen similar to the waytge facebook touch site fits screen.
After doing that, try adding:

margin: 0px;
padding: 0px;

To the body and the container. Wink You may need to change the padding for the container a bit though depending on what your forum looks like.