Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • martinbeaumont Friend
    #136758

    Hi there,

    Another question regarding the Pyrite template ..

    I’m trying to find out why numbers display lower than text when used in either an H2 or H3 heading type. It doesn’t seem to be set in the CSS but I could be wrong ?

    Is there any javascript used anywhere to format the text for these heading types ?

    As an example have a look at http://www.aqualife.com.au/coffee-and-food/s1500-aquacater

    Note how the numbers ‘1500’ sit below the surrounding text – is there a way to correctly align the numbers to the sit on the same line as the text ?

    Thanks

    martinbeaumont Friend
    #285050

    Any chance someone from Joomlart responding ?

    scotty Friend
    #285056

    That is simply the design of that font. Even if you use it in photoshop, word, etc it will always appear like that. I don’t like it either.

    martinbeaumont Friend
    #285062

    Thanks for your answer Scotty – didn’t know that !

    I’m not a fan either..

    Is it possible to change the font used then for either those headings styles or for the template as a whole ?

    Cheers

    scotty Friend
    #285065

    Yes, find on line 18 of template.css….

    body {
    color:#000000;
    font-family:Georgia,Cambria,"Times New Roman",Times,serif;
    line-height:1.6;
    }

    and change to…

    body {
    color:#000000;
    font-family:Cambria,"Times New Roman",Times,serif;
    line-height:1.6;
    }

    martinbeaumont Friend
    #285069

    Fantastic – many thanks – any reason why I couldn’t replace Georgia with another browser safe font ? from a concept perspective I mean ?

    scotty Friend
    #285074

    No, no reason.

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

This topic contains 7 replies, has 2 voices, and was last updated by  scotty 15 years, 10 months ago.

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