• I’ve customized my header to match my site, and am having some alignment issues which I can’t pinpoint. The header needs to be aligned to the top of the page (currently there some white space above it) and the blog content is pushed way down on the page.

    You can see it at https://bit.ly/aO1yGS

    The theme being used is Twentyten.

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • in your style.css around line 460 look for this code

    #main {
    clear:both;
    overflow:hidden;
    padding:40px 0 0;

    change that padding to say 5px to reduce that space you have.

    Looking at your website all your other pages are looking fine but blog page you are using a subdomain for some reason and using a Iframe that is not way to have blog as search engines do not read in Iframes.

    are you using wordpress 3.0 for your website as I see that other pages are ending with php extention.

    Thread Starter mochaswan

    (@mochaswan)

    Thank you, Govpatel, that helped to move the header up. I was only using the iframe as I fixed this. Now my issue is that the content is still not at the top. Can you help?

    In your https://stylishhome2go.com/css/dx.css you have this code
    around line 137

    #content {
    padding-top:450px;

    reduce that padding to say 50px or less your choice.

    Thread Starter mochaswan

    (@mochaswan)

    Thanks so much! This problem is solved. I created a second file dxblog.css so as not to disturb the rest of the site, and now it’s fixed. I TRULY appreciate your help on this!

    You Welcome

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Content and Header not aligning properly’ is closed to new replies.