Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • sskarli Friend
    #179825

    Hi!

    I am running joomla 2.5 and JA Kranos template.

    I want to edit the size of the logo area so that the main menu text comes closer to the logo.
    (My logo is not as wide as the default.)

    How do I get it to be closer and reduse the size of the logo area?

    Hope anyone can help me!

    MoonSailor Friend
    #463980

    Hi ,

    If you want to change size of the logo area, go to file “templates/ja_kranos/css/template.css” line 613, find code

    [PHP]
    h1.logo a {
    background: url(../images/business-logo.png) no-repeat;
    display: block;
    width: 180px;
    height: 102px;
    }
    [/PHP]

    You can change “width” or “height” consistent with your logo.

    sskarli Friend
    #464089

    Thanks for your answer!

    I tried to edit the width, but the distanse from the logo till where the menu starts is still the same length.
    Is it anything else I need to change to get the menu closer to the image logo?

    MoonSailor Friend
    #464113

    Hi sskarli,

    If you want to change distance from the logo to main menu, please go to file “/templates/ja_kranos/css/menu/mega.css” line 26:

    [PHP]
    #ja-megamenu {
    padding-left: 257px;
    }
    [/PHP]

    and change “padding-left” consistent.

    sskarli Friend
    #464147

    Thanks, MoonSailor!
    Perfect!

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

This topic contains 5 replies, has 2 voices, and was last updated by  sskarli 12 years, 3 months ago.

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