Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Product Item Title's are different sizes

Product Item Title's are different sizes

Views: 863

Results 1 to 2 of 2
29 Mar 2011, 14:25
#1
davisz avatar

davisz

Zen Follower

Join Date:
Jan 2011
Posts:
141
Plugin Contributions:
0

Product Item Title's are different sizes

Hi all,

I have used my stylesheet to choose the size of the title of the products on the product listing page. I just added more products to a different category, and the font size is bigger than all of the other links on my site and it looks tacky.

I have a developers toolkit to the look at the css of both pages, but there is no discrepancy. But visually, there is.

Does anyone have a clue whats going on and where to fix this?

Links are here:

Correct size:
http://testmulberry.com/index.php?main_page=index&cPath=17

Too big size:
http://testmulberry.com/index.php?main_page=index&cPath=45

Thanks a lot

29 Mar 2011, 17:41
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Product Item Title's are different sizes

You seem to have applied styling to the form element, which is present in the page with the multiple add to cart but not in the page with only "more info..." links.

Inherited from form index.ph...1e35ad34
form, select, input {
font-size: 12px;
}
stylesheet.css (line 96)

Giving all form elements a blanket font size of 12px is too much of a shotgun approach. Try styling the particular form you want to affect, or style a different element that will always exist in this case.