Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • cataneo Friend
    #163278

    Thinking of:
    http://www.joomlart.com/forums/topic/ja-teline-iv-module-position-guide/
    I’m referring to the footer, of the left square where the name of the site appears
    http://chameleonews.com/ in my case, CHAMELEONEWS is bigger than the square, and even bigger when I check it out with mobile device.
    I need to know how to decrease font for this, in order to fit that square.
    Thank you

    chavan Friend
    #388542

    Go to this File: /templates/ja_teline_iv/css/template.css

    Replace the Following code

    #ja-footlogo a{
    background:#000;
    border:1px solid #000;
    color:#666;
    display:block;
    font:32px/85px ArialNarrowBold,"Arial Narrow",Arial,sans-serif;
    height:85px;
    text-shadow:0 -1px 1px rgba(0,0,0,.75);
    text-transform:uppercase;
    white-space:nowrap;
    width:214px;
    }

    With

    #ja-footlogo a{
    background:#000;
    border:1px solid #000;
    color:#666;
    display:block;
    font:31px/85px ArialNarrowBold,"Arial Narrow",Arial,sans-serif;
    height:85px;
    text-shadow:0 -1px 1px rgba(0,0,0,.75);
    text-transform:uppercase;
    white-space:nowrap;
    width:225px;
    }

    I have just descreased one font size and increased the width

    cataneo Friend
    #388551

    PERFECT ! You’re awesome. Thanks a lot !

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

This topic contains 3 replies, has 2 voices, and was last updated by  cataneo 13 years, 6 months ago.

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