Footer CSS isn't matching the rest of the websites CSS; Structure Theme.

  • Unknown's avatar

    I’m specifically having trouble with the tags <h2> and <hr>… The footer heading is in the default font… Labelled ‘testing’ at the bottom of the page and the <hr> line is showing 2 lines at size 2 by default, instead of 1 at size 4 (which I can’t seem to create without messing up the widgits width of 960px).

    I’m not sure why this is happening.

    Website http://www.krishenning.com.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    <hr> problem resolved… oops

    Just the font question remains thanks :)

  • Unknown's avatar

    You didn’t say exactly what you were trying to achieve but you can change the h2 heading with this:

    .footertopmidleft h2 {
      font-family:courier;
    }
  • Unknown's avatar

    Thank you, I had tried that already along with changing the font size and font style. The problem is that it I can’t get it the exact same as the other headings higher up on the page. I will embrace the inconsistency somehow.

  • Unknown's avatar

    Does this do it?

    .footertopmidleft h2 {
      font-family:futura-pt-1,futura-pt-2,Georgia,"Times New Roman",Times,serif;
      font-style:italic;
      font-weight:500;
      font-size:40px;
      line-height:36px;
      margin:0 0 20px 0;
    }
  • The topic ‘Footer CSS isn't matching the rest of the websites CSS; Structure Theme.’ is closed to new replies.