the h3 text on one of my pages is smaller than the h3 on all other pages. I've trying deleting and remaking the page and that doesn't work. I have to change it to h3 to get it to be even close to the other text.
Permalink 1 user found helpfulhttp://eforcesport.com/dev/index.php/current-events/...
If you click between that page and any other ones you will notice the EFORCE CURRENT EVENTS text is noticably smaller than the h3 on every other page. Any ideas on how to fix this problem.
the only html on the page right now is:
<h2><strong>EFORCE CURRENT EVENTS</strong></h2>
.ef-wrapper h3 { font-size: 1.4em; }
you can change it there.
Have a look to see if its tiny MCE being kooky, put your site in edit mode, click on the area that contains the H3 in question, then click the HTML button on the tiny mce toolbar, check to see if the H3 tags have a span inside or outside applying a style, dlete the span tags and it should then go to being the same as your others.