Just view source, it isn't that hard.
position: relative;
top: 150px /*change the value of this to suit yourself*/
Don't ask for help and not provide your code properly then say to someone "it isn't that hard", if that's your way of thinking then fix it yourself if "it isn't that hard".
Anyway, the only thing I can suggest is to add:
Code:position: relative; top: 150px /*change the value of this to suit yourself*/
To .content
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
Or you could just do a whole load of:Code:<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
But, whatever suits your fancy.
.content {
position: relative;
top: 136px;
left: 0;
right: 0;
height: auto;
background: red;
padding: 0;
margin: 0;
display: block;
}
You must be registered for see linksI apologize about my post above ^
Also, how would it full width like the navigation? I tried the same method I used on the navigation, but it didn't work.
Code:.content { position: relative; top: 136px; left: 0; right: 0; height: auto; background: red; padding: 0; margin: 0; display: block; }