test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • gruppoarancione Friend
    #194730

    Hello,
    how can I use a different logo an size for the mobile layout ??

    Thanks
    (Sorry for my english)

    Ninja Lead Moderator
    #522508

    Yes, you can do that on the mobile layout.

    Open templates/ja_mitius/css/template-responsive.css file

    Change

    .logo-image a {
    background-size: 100% 100%;
    max-width: 320px;
    max-height: 54px;
    }

    To

    .logo-image a {
    background-size: 100% 100%;
    max-width: 320px;
    max-height: 54px;
    background-image: url("../images/mobile_logo.png");
    }

    Then change your own mobile logo in : templates/ja_mitius/images/mobile_logo.png path

    gruppoarancione Friend
    #522700

    OK for portrait layout,
    but does not work with smartphone landscape, there is another css for landscape?

    Thanks

    <em>@Ninja Lead 411073 wrote:</em><blockquote>Yes, you can do that on the mobile layout.

    Open templates/ja_mitius/css/template-responsive.css file

    Change

    .logo-image a {
    background-size: 100% 100%;
    max-width: 320px;
    max-height: 54px;
    }

    To

    .logo-image a {
    background-size: 100% 100%;
    max-width: 320px;
    max-height: 54px;
    background-image: url("../images/mobile_logo.png");
    }

    Then change your own mobile logo in : templates/ja_mitius/images/mobile_logo.png path</blockquote>

    Ninja Lead Moderator
    #522922

    Please provide the url of the site you’re working on so that I can take a closer look and debug further.

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

This topic contains 4 replies, has 2 voices, and was last updated by  Ninja Lead 10 years, 9 months ago.

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