Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • flightparties Friend
    #164034

    Hello friends

    I want to center the main logo in template (default is left side), I suppose I have to edit template.css adding some code
    Anyone can help me on this?

    Thanks in advance

    chavan Friend
    #391396

    Go to this css file templates/ja_sulfur/css/template.css

    Replace the Following


    h1.logo, h1.logo-text {
    float: left;
    font-size: 300%;
    letter-spacing: 1px;
    margin: 0;
    padding: 25px 0 0;
    }

    With


    h1.logo, h1.logo-text {
    float: left;
    font-size: 300%;
    letter-spacing: 1px;
    margin: 0;
    padding: 25px 0 0 335px;
    }

    Note: If you Find my Post useful please click on the Thanks Icon

    flightparties Friend
    #391429

    Thank you very much!

    That’s what i´m looking for

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

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

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