Jump to content

Foundation: Adjust size of product description


vidmarc

Recommended Posts

The Foundation skin does not specify a specific font size. As such, the web browser will fall back to the font size specified in the browser's Options settings for Default Font.

Then Foundation will set the <body> tag to have a CSS of font-size: 100%. Everything else is based off of that as being expressed as a factor of the base font size.

Of course, in the product's Description, you can apply a fixed font size, as I see you have done.

If you want the whole page to start at 12px, with other font sizes being a factor of that, and force all your visitors to see that regardless of how they have configured their browser, then:

In the skin style file cubecart.default.css, add this rule:

html, body {font-size: 12px; line-height: 1.2;}

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...