Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • success_bus Friend
    #190409

    Hi,
    I am using the template JA Hawkstore, I need to move upp the logo because the hight of my logo is 65px
    Please, where can I edit it?

    Best regards
    success_bus

    TomC Moderator
    #505248

    So that we can try to best assist you, please provide the url of the site you’re working on,
    as well as set “Optimize CSS” to “No” within your Template Manager — General settings

    Ninja Lead Moderator
    #505277

    My below solution will help you to move up the logo is 65px

    Open templates/ja_hawkstore/css/template.css file

    From


    #t3-header {
    overflow: visible;
    padding-top: 40px;
    z-index: 11;
    }

    #t3-mainnav {
    float: right;
    position: relative;
    z-index: 1030;
    }

    Change to

    #t3-header {
    overflow: visible;
    margin-top: 20px;
    z-index: 11;
    }
    #t3-mainnav {
    float: right;
    position: relative;
    z-index: 1030;
    margin-top: 10px;
    }

    success_bus Friend
    #506842

    Thanks so much Ninja!

    <em>@Ninja Lead 388861 wrote:</em><blockquote>My below solution will help you to move up the logo is 65px

    Open templates/ja_hawkstore/css/template.css file

    From


    #t3-header {
    overflow: visible;
    padding-top: 40px;
    z-index: 11;
    }

    #t3-mainnav {
    float: right;
    position: relative;
    z-index: 1030;
    }

    Change to

    #t3-header {
    overflow: visible;
    margin-top: 20px;
    z-index: 11;
    }
    #t3-mainnav {
    float: right;
    position: relative;
    z-index: 1030;
    margin-top: 10px;
    }

    </blockquote>

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

This topic contains 4 replies, has 3 voices, and was last updated by  success_bus 11 years, 2 months ago.

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