Results 1 to 4 of 4
  1. #1
    Join Date
    Sep 2005
    Posts
    8
    Plugin Contributions
    0

    Default text size in center column

    Hi there,

    I don't know what I have done, but all of the text in my centre column seems to be bigger than it was before, and I cannot for the life of me work out why!

    http://www.peaksoundandlight.co.uk/hire

    Which piece of CSS covers this part of the page? The black text, and the text for each of the items is too large (on the front page)

    And all of the text in the product pages is too large. I have been fighting with this all afternoon - and I've downloaded the firefox plugin and still can't work it out. Can anyone tell me the file and the section of code to look at?

    Thanks

    Rob

  2. #2
    Join Date
    Jan 2005
    Posts
    10
    Plugin Contributions
    0

    Default Re: text size in center column

    Hello,
    I checked out the website and the text looks fine on my screen, but in case you're still not happy with it, one of the easiest ways to find what controls each element is to simply look at the source code of the html page using your browser's "View Source" feature. Look for the text you want to change and then look to see what div or style is assigned to it and make the necessary modifications.

    Hope that helps!

  3. #3
    Join Date
    May 2006
    Posts
    30
    Plugin Contributions
    0

    Default Re: text size in center column

    I think you have selected a bigger font in your internet explorer settings.

  4. #4

    Default Re: text size in center column

    it is due to the heading tag (h1).. i guess so

    just add in your stylesheet file, the following code:

    Code:
    h1{
      font-size:20px;
      font-weight:bold;
    }
    well, you can modify the font-size and font-weight according to your wish/preferences...

    cheers!

 

 

Similar Threads

  1. v150 Center Box Category text size
    By Seer in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 2 Feb 2012, 04:37 PM
  2. Center column text cut off
    By makenoiz in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 31 Dec 2010, 05:42 PM
  3. Remove Category Text from Center Column
    By Website Rob in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 29 Dec 2007, 12:01 PM
  4. Increase Font Size Center Column
    By chava in forum Templates, Stylesheets, Page Layout
    Replies: 35
    Last Post: 29 Dec 2007, 01:32 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