Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • chompff86 Friend
    #168190

    This Blazes template is a piece of art! I’m trying to: [1] remove the logo image on the top left and [2] replace the main navigation more to the left. (where the logo was)

    Any help would be greatly appreciated. I added a screenshot to illustrate my issue.


    1. RemoveLogoShiftNavigation
    khoand Friend
    #410784

    Hi,
    You go to Template manager,choose JA Blazes template, then change CSS Optomize fieds to NO, so I can check how and where to customize for you.

    khoand Friend
    #410788

    – You replace this code from /templates/ja_blazes/css/template.css in the line #412

    h1.logo a {
    background: url('/templates/ja_blazes/images/logo.png') no-repeat left;
    display: block;
    height: 60px;
    width: 70px;
    }

    with

    h1.logo a {
    background: url('/templates/ja_blazes/images/logo.png') no-repeat left;
    display: none;
    height: 60px;
    width: 70px;
    }

    – You replace this code from /templates/ja_blazes/css/template.css in the line #440

    #ja-mainnav {
    float: right;
    padding-top: 17px;
    }

    with

    #ja-mainnav {
    float: left;
    padding-top: 17px;
    }

    chompff86 Friend
    #410803

    You are a blessing! Thank you so much for your lightning fast and accurate reply, you really made my day.

    Big hug from Holland

    khoand Friend
    #411004

    You’re welcome.

    chompff86 Friend
    #411204

    One more detail: changing the ‘float’ to ‘left’ didn’t put the menu to the far left. It seems centered now? See http://www.pilsvogels.com

    khoand Friend
    #411257

    You replace this code from /templates/ja_blazes/css/template.css in the line #440

    #ja-mainnav {
    float: left;
    padding-top: 17px;
    }

    with

    #ja-mainnav {
    float: left;
    padding-top: 17px;
    margin-left: -200px;
    }

    chompff86 Friend
    #411301

    I owe you one! Two actually. 😀

    khoand Friend
    #411451

    I will be very happy when I help you.

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

This topic contains 9 replies, has 2 voices, and was last updated by  khoand 12 years, 7 months ago.

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