Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • highwindarea Friend
    #186163

    Hi gents,
    I changed the logo size to guest a 120×120 px logo. Now my template.css looks as follow:

    /* Logo Image —*/
    h1.logo {
    float: none;
    height: 120px;
    margin: 0 auto;
    width: 120px;
    }

    h1.logo a {
    background: url(../images/logo.png) no-repeat left top;
    display: block;
    height: 120px;
    width: 120px;

    Everything’s fine but when you are in portrait/iPad layout (you can have the same effect resizing width of the browser window). Then theMain Menu “jums over” the logo – see attached screenshot.

    Any advise to solve this issue?
    Many thanks in Advance
    Stefano


    1. menu-goes-over-logo
    Ninja Lead Moderator
    #487736

    I would need to take a closer look at your site. Please include your site URL here for further investigation. I shall check it directly on your site

    highwindarea Friend
    #487738

    Hi Ninja Lead,
    thanks a lot for your support. I’m sending you url and access id/pwd in PM.

    Ciao
    Stefano

    Ninja Lead Moderator
    #487880

    You can fix this problem on this way

    Open templates/ja_zite/css/layout-tablet.css file

    find


    h1.logo {
    height: 80px !important;
    width: 92px !important;
    }

    Change to


    h1.logo {
    height: 120px !important;
    width: 120px !important;
    }

    highwindarea Friend
    #487925

    Works smoothly. Thanks a lot master!

    Ciao
    Stefano

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

This topic contains 5 replies, has 2 voices, and was last updated by  highwindarea 11 years, 6 months ago.

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