Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • kerfiseining Friend
    #681620

    How do I enlarge the space for the logo ?

    jooservices Friend
    #681658

    Hi there

    .logo-image a {
    display: inline-block;
    height: 50px;
    width: 182px;
    }

    Please change width / height as your needed.

    Thank you,
    Viet Vu

    jooservices Friend
    #747498

    Hi there

    .logo-image a {
    display: inline-block;
    height: 50px;
    width: 182px;
    }

    Please change width / height as your needed.

    Thank you,
    Viet Vu

    kerfiseining Friend
    #681661

    Thanks. I have been looking for this for a long time >(

    kerfiseining Friend
    #747501

    Thanks. I have been looking for this for a long time >(

    Jeff Strachan Friend
    #815495

    I went to templates, then to /css then to the custom.css file and added

    .logo-image a {
    display: inline-block;
    height: 94px;
    width: 80px;
    }

    No changes. I tried these changes in the template.css file too but no joy. What am I missing?

    Jeff Strachan Friend
    #815510

    For me where I really only needed to modify the height I added the following code to custom.css.
    If your logo is wider then you probably need to affect the span in tpls/blocks.php

    • Span for logo is 2
    • Span for mainnav is 8
    • Span for head-search is 2

    Total span across the page is 12. You need to balance the span across the page to equal 12 in order to maintain the integrity of the layout areas. Hope that makes sense. Changing the logo should be easier than this or should be better documented in the documentation. Also there should be a better search function in the forums.

    Here is my simple code in custom.css that allowed my logo change for height.

    .logo-image a {
    display: inline-block;
    height: 94px;
    width: 80px;
    }

    .header {
    height:94px
    }

    Ninja Lead Moderator
    #816074

    @jeff Strachan: I would like to take a look the problem on your site, you can give me the credentials info of your site via Set as private reply and the screenshot with description on that. It would help to understand the problem on your site, I will help you out.

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

This topic contains 7 replies, has 4 voices, and was last updated by  Ninja Lead 8 years, 11 months ago.

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