Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • tfoster Friend
    #151185

    Is there a way to put the logo on the very top, above the image? Making room or moving everything down?

    Saguaros Moderator
    #344206

    Daer
    Pls open the file: /templates/ja_senecio/css/template.css and find the following css:

    #ja-header h1 {
    margin: 0;
    padding: 0;
    font-size: 2em;
    position: absolute;
    top: 17px;
    left: 30px;
    text-indent: -1000px;
    }

    You make a background image as your logo via this css:

    #ja-header h1 {
    margin: 0;
    padding: 0;
    font-size: 2em;
    position: absolute;
    top: 17px;
    left: 30px;
    text-indent: -1000px;
    background:url(PATH HERE) no-repeat
    }

    Good luck

    tfoster Friend
    #348548

    Thank You! This wasn’t exactly it but thanks to your response, I was able to figure it out.

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

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

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