MyBB Community Forums

Full Version: Header Reposive Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys, I noticed something while I was about to finish the header part of the theme I was working on today

NORMAL SOLUBILITY
[Image: 3p3pg4.png]

When You Make The Page a Little Smaller

[Image: RO4OGj.jpg]

that is, the header is getting smaller


if there is information please help me thanks
The theme that you are using is not responsive, you will need to add media queries to make theme responsive and also I don't think your design is fluid.
give a reposive example
(2017-11-23, 10:03 AM)Funupon Wrote: [ -> ]give a reposive example
Just for example, you can see my live board
https://wallbb.co.uk/forums/

You will notice that it adapts the display, you can always put media-queries in your design and use meta viewport to make it work in any display specs
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">