amobaroti
Member
Posted 3 months ago #
me (HoneyBee change) Post reply
06:33 (1 minute ago)
I have a full width header and footer in css
.header, .footer {min-width: 100%;} I don't even think I need this since they are outside the container
but the footer won't display full width.
However when I make container >> .container (width: 100%} the footer becomes full width but then the main content is left aligned. I gave the main content a content class like this >> .content{ width: 1080px; margin: 0 auto;} which did nothing
Here's the link to the site: - http://millyscakesandevents.com.
Help please
Thankyou
Where did you get that theme from?
amobaroti
Member
Posted 3 months ago #
It's my own theme using blueprint css. it's not finished yet
the .footer is inside the .container div - adjust the html structure.
keep checing the validation of your site during development;
at the moment there is an end tag </div> missing
http://validator.w3.org/check?uri=http%3A%2F%2Fmillyscakesandevents.com%2F&charset=%28detect+automatically%29&doctype=Inline&group=0
http://codex.wordpress.org/Validating_a_Website
amobaroti
Member
Posted 3 months ago #
Thanks, I check it all over. I thought I had checked for a missing div. I'll let you know how it goes.
amobaroti
Member
Posted 3 months ago #
Cheers alchymyth. all sorted. The div around the logo wasn't closed properly.
<div> logo <div>
will get back to being consistent in validating my site. been resting on my laurels.