Jump to content

Center products text size


Guest shawdy

Recommended Posts

Guest shawdy

Hi could someone tell me where i find the css and the code that changes the text size of the center box/column?? please see pic pic.jpg

Im doing a new skin/template and have placed " {PAGE_CONTENT} " inside a div in the center of my page all the text is reading from the css files except the product title and description. Can anyone help point me in the right direction.. thanks in advance..

Link to comment
Share on other sites

  • 3 weeks later...

Hi could someone tell me where i find the css and the code that changes the text size of the center box/column?? please see pic pic.jpg

Im doing a new skin/template and have placed " {PAGE_CONTENT} " inside a div in the center of my page all the text is reading from the css files except the product title and description. Can anyone help point me in the right direction.. thanks in advance..

If you're trying to center the *Test Product* title you can create a class in css and apply in viewCat.tpl

eg.

viewCat.tpl

<a href="index.php?_a=viewProd&amp;productId={PRODUCT_ID}" target="_self" class="txtCatProd">{TXT_TITLE}</a>

CSS

.txtCatProd { color:#000000; font-size:14px; text-align:center; }

or

just directly add it....

<a href="index.php?_a=viewProd&amp;productId={PRODUCT_ID}" target="_self" style="text-align:center">{TXT_TITLE}</a>

Cheers

Antz :wacko:

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...