Results 1 to 2 of 2
  1. #1
    Join Date
    May 2009
    Posts
    28
    Plugin Contributions
    0

    Default Adjusting text size with CSS

    Hello all

    Im trying to get the size of my main text down a bit, ive tried to adjust a fe things in CSS sheet, but cant fix this sizing issue

    Can someone please direct me to right bit off CSS to adjust.

    Many thanks
    Kris

    www.jewellerysensations.com

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Adjusting text size with CSS

    You have the body text set considerably larger than the ZC standard of 62.5%
    Code:
    body {
    	margin: 0;
    	font-family: verdana, arial, helvetica, sans-serif;
    	font-size: 75.5%;
    	color: #990000;
    	background-color: #fff;
    	}
    so you could bring that down. Otherwise, you will have to specify more precisely what you are referring to with "main text", as there are many different elements that could qualify.

    If you mean the "Welcome..." on the home page, that is
    h2.greeting {}

 

 

Similar Threads

  1. v139h CSS Help Needed - Changing the size of hyperlink text in sidebox
    By lolwaut in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 8 Jun 2012, 04:10 PM
  2. Adjusting image size
    By ampm11 in forum General Questions
    Replies: 2
    Last Post: 2 Dec 2010, 11:08 PM
  3. odd sidebox text size css effects
    By abwhitney in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 18 Feb 2008, 06:58 AM
  4. Adjusting html to CSS
    By melbbsd in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 12 Nov 2007, 10:36 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg