Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #939892

    Hi
    Go to custom.css file in your template css folder you can find the below code

    .logo-image a{width:900px;height:225px;margin:0 auto;display:block}

    change the height to 200 and width 800px .
    Hope it helps .

    carmila Friend
    #939977

    Hi Pankaj Sharma
    One thing solved
    I put 800×200 and worked the logo came in the midle but….
    But as the logo gif it is heavy and cannot save it in that size I insert the new logo with a size 800px, 200 px, and I want now in the site change the image saved to 900px , 200px, as you can do it when you put an image in an article and there you can change the size, But the problem is that I don’t know where can I do it…..

    Best regards
    Carmen

    Pankaj Sharma Moderator
    #939980

    Hi
    Go to custom.css find and remove this code

    .logo-image a {
        width: 800px;
        height: 200px;
        margin: 0 auto;
        display: block;
    }

    now add this code at end of custom.css file

    @media (min-width: 992px) {
    .logo-image a {
        width: 900px;
        height: 200px;
        margin: 0 auto;
        display: block;
    }.logo-image img {
        width: 900px;
        height: 200px;
        margin: 0 auto;
    
    }}
    carmila Friend
    #940041

    Great!!!!!
    I did it
    All ok now
    Best regards
    Close the ticket
    Carmen

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

This topic contains 4 replies, has 2 voices, and was last updated by  carmila 8 years, 3 months ago.

The topic ‘Jateline IV T3 – size of logo’ is closed to new replies.