In my stylesheet, I have this:
Code:
/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo,
.centerBoxContents, .specialsListBoxContents,
.categoryListBoxContents, .additionalImages,
.centerBoxContentsSpecials, .centerBoxContentsAlsoPurch,
.centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
vertical-align: top;
}
/*.content*/, #productDescription, .shippingEstimatorWrapper {
/* font-size: 1.3em;*/
/*padding: 0em;*/
}
I edited out hte comment out sections to look like this:
Code:
/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo,
.centerBoxContents, .specialsListBoxContents,
.categoryListBoxContents, .additionalImages,
.centerBoxContentsSpecials, .centerBoxContentsAlsoPurch,
.centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
vertical-align: top;
}
.content, #productDescription, .shippingEstimatorWrapper {
font-size: 1.3em;
padding: 0em;
}
This made the text sizeable and not affect the headings.