test
Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • bookpeg Friend
    #140104

    Does anyne know howto Change the text size and spacing for the template.

    cgc0202 Friend
    #300654

    <em>@bookpeg 123509 wrote:</em><blockquote>Does anyne know howto Change the text size and spacing for the template.</blockquote>

    =bookpeg,

    Which ones?

    Usually the text style can change the spacing in between letters. If you meant between lines, it will be the line-height. See template.css

    body {
    background: #FFFFFF;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.5; }

    also

    body.contentpane {
    color: #000000;
    font-size: 12px;
    line-height: 1.3em;
    margin: 0;
    margin: 1em 2em;
    width: auto; /* Printable Page */
    }

    For specific modules and forms,, the best is to perform a page source. I outlined a procedure in another thread.

    [B]All you ever wanted to know to change the layout, image and text specifications[/B]
    http://www.joomlart.com/forums/topic/all-you-ever-wanted-to-know-to-change-the-layout-image-and-text-specifications/

    with some specific examples.

    Cornelio

    bookpeg Friend
    #300662

    So the text style and where the line height is different or was the text quoted in the template css for both….. Thankyou……

    For some reason though it is not working…..

    cgc0202 Friend
    #300743

    <em>@bookpeg 123523 wrote:</em><blockquote>So the text style and where the line height is different or was the text quoted in the template css for both….. Thankyou……

    For some reason though it is not working…..</blockquote>

    bookpeg,

    Sure it does. For example, change the settings and add Verdana (as first) to the font-family: Verdana, Arial, sans-serif;


    body {
    background: #FFFFFF;
    color: #000000;
    font-size: 14px;
    font-family:Verdana, Arial, sans-serif;
    line-height: 1.5;
    }

    or shock yourself and make the line height 5


    body {
    background: #FFFFFF;
    color: #000000;
    font-size: 14px;
    font-family: Verdana, Arial, sans-serif;
    line-height: 5;
    }

    Be sure you record your original settings, so you can go back to default, if needed.

    As to the font size itself, is that font sizes are defined sometimes by other CSS tags depending on where the text is located and what it is for. Another major contributing factor is the default settings in your computeerr browser or as controlled by your computer. So, whatever you set in your page will not be always exactly the same in anotehr person’s computer browser.

    Cornelio

    bookpeg Friend
    #301074

    I changed this earlier and was trying to see why it wasn’t working now using the settings you have given me…… yer so those feilds wont create any change any more….

    nguyenhuu quang Friend
    #301076

    live site and where do you want to change?

    bookpeg Friend
    #301079

    http://reporter.elanguest.com/

    the front page text to be smaller and less spacing.

    nguyenhuu quang Friend
    #301080

    template.css (line 41)

    body.fs5 {
    font-size:17px;
    }

    nguyenhuu quang Friend
    #301081

    template.css (line 151)

    td, div {
    font-size:100%;
    }

    bookpeg Friend
    #301083

    I changed it another way before i wonder why it doesnt work that way now ……

    Thank you for the help i will check if this works and modify this post if it does.

    edited.

    I can’t find it…..

    body.contentpane {
    color: #red;
    font-size: 5px;
    line-height: 1.4em;
    margin: 0;
    margin: 1em 2em;
    width: auto; /* Printable Page */
    }

    body.fs1 {font-size: 10px;}
    body.fs2 {font-size: 11px;}
    body.fs3 {font-size: 12px;}
    body.fs4 {font-size: 13px;}
    body.fs5 {font-size: 14px;}
    body.fs6 {font-size: 15px;}

    is it this last line body.fs5 {font-size: 14px;}

    because if it is it isn’t working the readin here is that it is 14px and not 17 could you explain……

    bookpeg Friend
    #301224

    Doesnt work.

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

This topic contains 11 replies, has 3 voices, and was last updated by  bookpeg 15 years, 7 months ago.

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