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 helpful
Here is the page I'm having problems with:
http://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.
http://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.
hmm... went in and deleted all the span tags but it didn't change anything...
maybe some cache clearing? both your browser and C5 for good measure.
tried that too- it still doesn't seem to be working right...
Just noticed your font sizings are in EM's, if I remember correctly EM's inherit from their parent container, so it might be an idea to change your h3 from em's to px temporarily, if they all even out, then you know its a problem with inheritance.
okay- so how to I change the em's to px?
the only html on the page right now is:
<h2><strong>EFORCE CURRENT EVENTS</strong></h2>
the only html on the page right now is:
<h2><strong>EFORCE CURRENT EVENTS</strong></h2>
You will need to do it in your sites css, so you need to FTP into your site and go to your themes directory, or packages directory depending on how the theme has been set up, your stylesheet is main.css on line 341 you should see this code:
you can change it there.
.ef-wrapper h3 { font-size: 1.4em; }
you can change it there.
went in there and changed it- reloaded the page- nothing seemed to change...
seems like a lost cause... but thanks for trying! :)
Can you be more clear about this? you mean this page h3 is smaller that h3 in what page?
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.