• I finished working on my website last night and when I woke up this morning I checked on it and I have something really messed up with my header.

    I cant seem to figure out why its behind my post, I have very minimal code experience so trying to find out whats wrong in the code is like finding a needle in a haystack. Any hints would be helpful
    https://www.rawdropshipping.com

Viewing 6 replies - 1 through 6 (of 6 total)
  • Looks ok to me. Can you be more specific?

    Thread Starter TJ18

    (@tj18)

    Thanks for the response, well the header with my menu bar and image is stretched 1/2 way down the page and looks to be put behind the content on every page.

    I opened it up on my other computer with firefox (I use chrome) and the header was fine only the image was re-sized for some reason. Last night before I went to bed everything looked fine.

    I am using the Catch Box free theme, the last thing I did was put in a background.

    Looks fine in FF, Chrome and IE11. I think it is a caching issue.

    Thread Starter TJ18

    (@tj18)

    Ya I think you are right, it opens up fine on the other computer with different browsers.

    I deleted the cache but on the back-end it is still showing the header stretched like before. Any thoughts there? Thanks again

    I can see that it is stretched. Try changing the height and width of #branding img in your style.css file on line 490.

    height:89px;
    width:207px;

    Try adding this to custom CSS:

    #branding img {
        height: auto;
        width: auto;
    }

    Modifying theme files is not a good idea as those changes will be lost when the theme is updated.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Header messed up’ is closed to new replies.