Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • global21 Friend
    #161274

    Hi,

    I haved changed the size of my logo to 100px high. I have attached screen shots because i need the logo to be static and sitewide (no change on any page) and reduce the margins on the top and bottom.

    i have had a play but can not seem to work it out…..

    any help would be great.


    1. Logo-1-inactive
    2. Logo-1-active
    khoand Friend
    #380763

    Hi,
    You open <joomla url>templatesja_teline_ivcsstemplate.css file. Finding this code


    h1.logo { height: 57px; margin-top: 40px; width: 222px; }

    – To reduce the margins on the top and bottom, changing code

    margin-top: 40px
    – To change size of logo, changing code

    height: 57px;
    width: 222px;

    global21 Friend
    #380791

    Thanks for that. I still have the problem of it droping down when you hover over it (where the teline logo changed colour) do you know how to deal with that. Also i need to deal with the margin at the bottom of the logo as well.

    any pointers would be great.

    thangnn1510 Friend
    #380849

    Dear Global21!

    Could you give us the link to your site to get helps more quickly?

    Regards!

    khoand Friend
    #380913

    Hi,
    – To deal with margin bottom, you just add margin-bottom into h1.logo, like this


    h1.logo { height: 57px; margin-top: 40px; width: 222px; margin-bottom:10px }

    – To make logo is static when mouse hover on it. Replace this code in <joomla url>templatesja_teline_ivcsstemplate.css file

    h1.logo a:hover, h1.logo a:focus { background-position: left bottom; }
    to

    /*h1.logo a:hover, h1.logo a:focus { background-position: left bottom; }*/

    global21 Friend
    #380915

    hi,

    your a legend, thanks for the help…..

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

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

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