Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • zamoooik Friend
    #189680

    Hi! I would like to change the logo position from top-left to top-right. I tried from the template manager but couldn’t achieve that. Will appreciate your assistance.

    Ninja Lead Moderator
    #502173

    My below solution will help you to do that

    Open templates/ja_beranis/css/template.css file

    From


    .logo {
    float: left;
    margin-top: 5px;
    margin-bottom: 15px;
    }

    Change to


    .logo {
    float: right !important;
    margin-top: 5px;
    margin-bottom: 15px;
    }

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, 3 months ago.

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