Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • smartmax Friend
    #189192

    Hi, I would like to move the logo just al little bit to the left.
    -75px… I really could use some help


    1. Schermafbeelding-2013-07-24-om-14.29.37
    Ninja Lead Moderator
    #500083

    It seems that logo on your site is so big while the block for it is so small. You can fix it with this way

    + Change css file

    Open templates/ja_hawkstore/css/themes/blue/template.css file

    from


    .logo-image a {
    background-image: url("../../../images/themes/blue/logo.png") !important;
    }

    change to

    .logo-image a {
    background-image: url("../../../images/themes/blue/logo.png") !important;
    width: 400px !important;
    height: 116px !important;
    }

    + Change php file

    Open templates/ja_hawkstore/tpls/blocks/header.php file

    Find

    <div class="span3 logo">
    .
    .
    .
    </div>

    and

    <nav id="t3-mainnav" class="t3-mainnav navbar-collapse-fixed-top span9">
    .
    .
    .
    </nav>

    change to

    <div class="span5 logo">
    .
    .
    .
    </div>

    and

    <nav id="t3-mainnav" class="t3-mainnav navbar-collapse-fixed-top span7">
    .
    .
    .
    </nav>

    Let me know if it helps

    cndglobal Friend
    #513154

    Ninja Lead
    I read your response about moving logo to the left. I need to move my logo to the right (25 – 50 pixels)
    Any help would be greatly appreciated.
    Thanks,
    cndglobal
    ————————
    #ja-header { background: #c33 }

    #ja-header .main {
    background: url(../images/map-bg.png) no-repeat left bottom;
    padding: 8px 0 15px 0;
    }

    h1.logo, div.logo-text h1 {
    float: left;
    font-size: 250%;
    line-height: 1;
    margin-left: -30px;
    }

    div.logo-text h1 { margin-left: 0; }

    /* Logo Image —*/
    h1.logo { height: 63px; width: 255px; }

    h1.logo a {
    background: url(../images/logo.png) no-repeat center center;
    display: block;
    height: 63px;
    width: 255px;
    }


    1. logo-to-right
    phong nam Friend
    #513359

    Hi cndglobal,

    It seems that you got the logo moved to right 50px since I saw you applied these codes into template.css file:

    h1.logo {
    height: 63px;
    left: 50px;
    width: 255px;
    }

    Is it ok ?

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

This topic contains 4 replies, has 4 voices, and was last updated by  phong nam 10 years, 5 months ago.

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