PDA

View Full Version : How To Get Full Width Header


niels94
05-16-2015, 12:23 PM
Hi guys,

I'm wondering how to edit the header of my upcoming forum. If you know how to fix my problem, please, provide as many details as possible. As it's my first time making a forum. Please see the attachment.

- How do I make my header full width so it's between the red lines?
- Is it possible to make it responsive (also for tablet / phone) so it shows up on every resolution nicely?

Thank you in advance,
Niels

delicjous
05-17-2015, 12:06 PM
Hi Niels,

could your picture be to small for your windowscale so it is not fit to your size of the forum width?

Choose a bigger (enough pixels so it wouldn't get grainy) picture and size it with css like this

width:100%;
or
max-width:100%;
and
height:auto;

Then it should be all about the header space and should be responsive too.