Zen Cart Logo
Forums / General Questions / Product name font size is Larger today

Product name font size is Larger today

Views: 594

Results 1 to 4 of 4
7 Dec 2011, 6:45 PM
#1
maynards avatar

maynards

Zen Follower

Join Date:
Feb 2010
Location:
Minnesota
Posts:
392
Plugin Contributions:
0

Product name font size is Larger today

Today I noticed that the Font size of product name is much larger today on the main page. And also the words "Popular Fishing Lures for December is much larger. I did not make any changes to anything on my site.
Can anyone tell me what made this happen.
My site: w w w maynards tackle.com
I am running zencart 139h
Thanks in advance for any help

7 Dec 2011, 6:53 PM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Product name font size is Larger today

It appears to be this in the stylesheet ...

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
color: #FF0000;
font-size: 2em;
}

1em seems to bring it back to normal ...

7 Dec 2011, 6:57 PM
#3
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Product name font size is Larger today

You have this in the text above there:

<font color="#FF0000" size="+2">

Then this:

h2.centerBoxHeading {
font-size: 2.0em;
color: #ffffff;
}

makes that heading text twice as big.

I would recommend removing the inline styling from the Dealer Inquiries text and the stuff above it, and use <div> and the stylesheet to style that content.

7 Dec 2011, 7:06 PM
#4
maynards avatar

maynards

Zen Follower

Join Date:
Feb 2010
Location:
Minnesota
Posts:
392
Plugin Contributions:
0

Re: Product name font size is Larger today

Thanks guy's, I remember a few day's ago I did some editing on the main page and did not notice it till today. Thanks again for your help