Please help with format: header/banner misalignment

Permalink
Hello friends,

I am completely new to web design, and decided to try out Concrete5. My website is:http://www.jecatec.com/
I have a problem with the alignment and formatting of the header whenever i try to create a new page now; I have uploaded 3 pictures to help describing my problem.

I was doing fine with building the site until when I tried to edit my "Contact" page by adding a content block to the header. When I did that the alignment of the header became all messed up (see picture: Format 1.png), as you see the header (with the picture of the sheep and the content block with the text "Contact Us" does not extend fully across the page, as they do in my other pages. When I deleted the picture block, the formatting/alignment became even worse (see picture: Format 2.png); the width of the header seems to be dependent on the width of the blocks on the page, even though it shouldn't be. I have chosen the full width page design by the way.

What I am looking for is a page like in "Format 3.png", where the header simply contains the content "Contact Us", and then with the contact info of my company in the main portion of the page.

If this problem only occurs on that one page, I wouldn't be too frustrated about it, however it occurs on every single page that I try to create now, which is very annoying.

Please help me by shedding some light on this situation, all inputs would be greatly appreciated.

Thanks!

3 Attachments

jethrocao
 
NBardales replied on at Permalink Reply
NBardales
I noticed you're not using that theme anymore, so I can't check your code...

But I believe it's a problem with floats. The site title floats to the left and the nav floats to the right... if the floats are not 'cleared' then the content (Heading and anything else you want to add) also 'wrap' around the site title...

If you can code, just add this:
<div style="clear:both;"></div>


But remember, I would have to see the code, because there might be some other problem that we can't see in the images.

P.S. Thanks for adding images to the post and referencing them, it makes things so much easier.
jethrocao replied on at Permalink Reply
jethrocao
Thanks a lot for your help, I will switch back to the theme and give your suggestion a try. I shall let you know of the outcome.