Can anyone have a quick look at my site and tell me why my H3 tags are the same size as H1 ?

2 replies
  • SEO
  • |
Hi guys,
Can anyone have a quick look at my site Weight Gainer, The Largest Weight Gain Supplement Site Online ! the problem i`m having is that my H3 tags are the same size as my H1 tags i dont understand it but its causing problems with my sites layout because i want to include all my tags H1 H2 and H3 but if you look to the bottem of the site where i`ve had to include the H3 tag `weight gainer` its huge the same size as a H1 ??
Any idea why this is ? I`ve tried to look at the script but i`m not that good at coding and cannot see any problems ?

Please help, Jimk
#quick #site #size #tags
  • Profile picture of the author nordicempire
    It´s a css issue. In your style.css file, change the values at

    h3 { /* This style used as the post titles on homepage/archive */
    clear: both;
    font-size: 25px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-family: Arial, Helvetica, Sans-Serif;
    }

    to whatever you like. I should try font-size: 16px; since your H1 is 25 and your H2 is 18 px.

    Use a texteditor to make the change and upload via FTP or go to Appearance-->Editor and pick style.css. Do the change and press update. Done!
    {{ DiscussionBoard.errors[4116320].message }}
  • Profile picture of the author jimkirk1943
    Nordicempire thanks so much !
    {{ DiscussionBoard.errors[4116375].message }}

Trending Topics