
Originally Posted by
mfederko
I like the Rustic template and set up my store with it, http//mpfmarketing.com. I use FireFox and everything looks fine in that browser. I just checked it in IE and it looks like crap. All of the wording is way too big. The font size for some reason went haywire. Any suggestions?
I check the source page for your site:
You have a missing close </h2> tag in the tagline <div>
Code:
<div id="tagline"><br> <h2>The products and sales aids you want<br><br>at the Wholesale prices you deserve!<h2> </div>
You'll need to edit whatever file(s) you changed and make that correction.
Since that <h2> tag is not closed, IE is assuming that everything after it is a still an <h2> heading and that's why the text sizes are off.
Bookmarks