Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • jay313 Friend
    #185706

    Greetings,

    Is there a way to add my own logo to the front page…like where it says, LATEST SHOTS?

    Thanks,
    Jay 🙂

    Ninja Lead Moderator
    #486166

    Hi Jay,

    You can use css style to move the logo as like LATEST SHOTS

    Open templates/ja_lens/css/template.css file

    from


    #logo {
    float: left;
    position: relative;
    width: 60px;
    height: 60px;
    background: none;
    }

    body.layoutview .componentheading {
    margin: -97px auto 0;
    }


    change to


    #logo {
    float: left;
    position: relative;
    width: 60px;
    height: 60px;
    background: none;
    margin: 80px auto 20px;
    }
    body.layoutview .componentheading {
    margin: -97px auto 20px 300px;
    }

    Let me know the result

    Regards

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

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 11 years, 6 months ago.

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