• Hi,

    I am trying make my post titles display at the same size but cannot find the code to do so. On the BLOG page of the website the post titles are too big (as they are in Archives & Categories), but when you click on an individual post, the title is too small. This is strange because after looking in every php template the only heading tag being used is <h1>!

    You can see the problem for yourself here

    If anyone can help me get the post titles the same size it would be much appreciated!

    Thanks

Viewing 1 replies (of 1 total)
  • My English isn’t that bad but I’m not quite sure if I can explain the resolution properly. I’ll try:

    Yes, there’s always just the h1-tag used, because in the stylesheet they use the id and classes of some divs to address the h1-tag in it. I can give you an example:

    If you click on the “News” category and then on the first entry the h1 there lies within the div with the id pageHead. So in the stylesheet you have to look for this:

    #pageHead h1 {
    […]
    }

    So what you should do is firstly find out what heading lies where, you can look it up in the source code, or I would recommend the plugin “Firebug” for Firefox. You can simply analyze every element and see what css is attached to it. Then you can change the css as you please.

    Hope that helped a bit. If not I’m sure somebody else can explain it better 🙂

Viewing 1 replies (of 1 total)
  • The topic ‘H1 post titles displaying at different sizes’ is closed to new replies.