Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Manuel del Real Pasquin Friend
    #185757

    Hello,

    I love this template, it seems me amazing.

    I’m doing a blog with it and need to change the position of the menu and the logo, put the logo on the right and the menu on the left

    How I can do?

    thank you very much
    regards
    Manuel

    Ninja Lead Moderator
    #486321

    Hi Manuel,

    You can try on this way

    Open templates/ja_lens/css/template.css file


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

    change to


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

    Open templates/ja_lens/css/navigation.css file
    from

    #mainnav {
    right: 0;
    position: absolute;
    top: 0;
    width: 100%;
    }

    change to

    #mainnav {
    right: 60px;
    position: absolute;
    top: 0;
    width: 100%;
    }

    Let me know if it helps

    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