Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Increase text size
31-12-2011, 06:11 AM
Post: #2
RE: Increase text size
i believe that uses the css class "video",
you will find it in your templates default.css file
edit the css, delete cache files, then clear your browsers cache also.

change font and line heights
Code:
div.video  {
    width: 162px;
    height: 138px;
    background: url(images/video.jpg) no-repeat;
    padding: 2px 0 0 2px;
    font-size: 11px;
    line-height: 11px;
}

Custom HTML/CSS/PHP
http://theorderofindividualacceptance.co...p.php?id=1
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Increase text size - tattooz - 31-12-2011, 01:04 AM
RE: Increase text size - Punktured - 31-12-2011 06:11 AM
RE: Increase text size - Punktured - 31-12-2011, 06:11 AM
RE: Increase text size - tattooz - 31-12-2011, 06:18 AM
RE: Increase text size - Punktured - 31-12-2011, 06:50 AM

Forum Jump: