test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • itsthetaste Friend
    #135082

    Hi, my Header tags are not appearing at the same size that is shown on the typography section of the demo. They are almost double the size 🙁

    My site is http://www.savingmoremoney.co.uk.
    I’m using Joomla 1.5.7 upon php 5.2.6 running upon Apache/2.2.8 under WAMP upon a Windows 2003 64bit server..
    I have extensions sh404SEF and Jumi installed.
    I have not altered the template.

    Thanks in advance.
    Richard

    scotty Friend
    #278091

    I think what is happening is you are using 1.5 but the demo is 1.0. Joomla places Headers <H1>, <H2>, etc for contentheaders in 1.5 but it didn’t in 1.0 (Feel free to correct me here if I’m wrong anyone?)

    It would appear Joomlart did not quite update the css when they updated Iris to 1.5.

    So.. what you need to do is open template.css and find…

    /* Heading */
    h1 {
    font-size: 180%;
    }

    h2 {
    font-size: 150%;
    }

    h3 {
    font-size: 135%;
    }

    h4 {
    font-size: 100%;
    text-transform: uppercase;
    }

    ….. and change it to suit your needs. Maybe something like…

    /* Heading */
    h1 {
    font-size: 120%;
    }

    h2 {
    font-size: 110%;
    }

    h3 {
    font-size: 105%;
    }

    h4 {
    font-size: 100%;
    text-transform: uppercase;
    }

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  scotty 16 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum