Tagged: ,

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1017540

    Hi
    I saw the image in your screenshot. I will help you to make the changes can you please post the site Live and share the URL here so that i can check it and give you changes for it.

    Regards

    bonita Friend
    #1018146

    Hello. We are having the same problem. I tried to resize using template.css but everything we do alters the appearance. Your help will be appreciate.

    Thank you,
    Edgardo


    1. Capture
    Pankaj Sharma Moderator
    #1018156

    Hi
    Kindly share the site URL so i can check it on your site. Without Url its hard to give u suggestions for css.

    bonita Friend
    #1018180
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1018427

    Hi Bonita
    Open http://trovadores.com/bonita/templates/ja_wall/css/template.css
    Find

    .logo-image h1 {
        color: #fff;
        display: block;
        height: 73px;
        margin: 12px 0 0 20px;
        padding: 0;
        width: 210px;
    }

    Replace it with

    .logo-image h1 {
        color: #fff;
        display: block;
        height: 40px;
        margin: 0px 0 0 0px;
        padding: 0;
        width: 210px;
    }

    now find

    .logo-image h1 a {
        background: url(../images/logo.png) no-repeat 0px 0px;
        display: block;
        text-indent: -999em;
        width: 210px;
    }

    replace it with

    .logo-image h1 a {
        background: url(../images/logo.png) no-repeat 0px 0px;
        display: block;
        text-indent: -999em;
        width: 210px;
        height: 70px;
    }
    bonita Friend
    #1018613
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1018648

    Hi boni its because you increase the logo height alot and its more then the header height. I suggest you to use a bit small logo to match the other items height in header.

    dlohan Friend
    #1019482

    Hi,

    I have created the site without any content at http://www.myst-ori.com/

    I uploaded the image. I made changes similar to what you recommended above for Bonita above. Doesn’t seem to have changed anything.

    dlohan Friend
    #1019483
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1019627

    Hi
    Kindly open
    /templates/ja_wall/themes/classic/css/theme.css
    Find

    .logo-image h1 {
        border-right: 1px solid #666;
        height: 45px;
        padding: 0;
        margin: 0;
        width: 119px;
    }

    now find

    .logo-image h1 a {
        background: url(../images/logo.png) no-repeat center center;
        height: 45px;
        width: 120px;
    }

    change the width and height values as per needs.

    Regards

    dlohan Friend
    #1019851

    Thanks Pankaj Sharma!

    Can I change the menu items to be a bit lower too? The first item now overlaps with the logo image. See sample attached.


    1. banner
    Pankaj Sharma Moderator
    #1019997

    Hi
    Open /templates/ja_wall/themes/classic/css/theme.css
    Find

    #sidebar {
        color: #666;
        text-shadow: none;
    }
    

    replace it with

    #sidebar {
        color: #666;
        text-shadow: none;
        padding-top: 20px;
    }

    Regards

    dlohan Friend
    #1024014

    Hi Pankaj Sharma. Apologies for the delay in getting back to you. I have been travelling. I tried the last suggested item but it doesn’t appear to have made the necessary changes. See http://www.myst-ori.com/. Regards, David

    Pankaj Sharma Moderator
    #1024077

    Hi
    Kindly check the code is working fine the the menu is under the logo: http://prntscr.com/erqd86
    Clear browser cache and check it again.

    Regards

    dlohan Friend
    #1024312

    That’s it. Thank you for all your help!!

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

This topic contains 15 replies, has 3 voices, and was last updated by  dlohan 7 years ago.

The topic ‘JA Wall logo size’ is closed to new replies.