• Hi All,

    I have incorporated a wordpress blog into a customers website in development https://www.durhamregionmortgages.com/site & https://www.durhamregionmortgages.com/blog

    Now if you look at the main website the logo actually shows up in the header. The problem with the blog is 2 things. 1. The grey background header does not stretch across the entire page. and 2, the prime rates logo will not show up at all.

    1 last thing in the footer the font is huge and gets cut off even though it carries the same values as the main site. Can anyone help? I have tried it in firebug but still can’t figure it out.

Viewing 1 replies (of 1 total)
  • The brown/gray header background is inside div#page which is 960px wide. That is why it doesn’t stretch across the page. In fact, the image is wrapped in another div (#headerimg) which is also set to 960px. You need to re-figure the structure of that part of the site.

    The logo image is linked with a relative URL. Those do not work reliably within WOrdpress themes. Use get_bloginfo to create absolute URLS.

    Your footer text is wrapped in <p> tags, and all p tags have font-size:1.4em. Looks to me like you don’t want the footer text to have the same values as the rest of the site. You want it to be smaller.

Viewing 1 replies (of 1 total)
  • The topic ‘logo not showing and font sizes are off’ is closed to new replies.