• Hi everyone.

    Check out this post. Notice that my H2 headlines are noticeably bigger than my H1. Why?

    In my custom.css file, all mentions of H2 are mentioned in the same line as H1. I.E.>> they are styled the same. What’s going on?

Viewing 1 replies (of 1 total)
  • I would change your css to something like this:

    div, custom, body, td, li {
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:small;
    }
    
    h1, h2 { font-size: 2.8em; line-height: 1.5em; letter-spacing: -1px; color: #a90000; }
    
    h3, h4 { font-size: 1.0em; }

    Bit hard to effectively figure out the problem without admin control.

Viewing 1 replies (of 1 total)
  • The topic ‘Why are my H2’s bigger than my H1’s?’ is closed to new replies.