Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • markkusq3po Friend
    #184698

    Hello,
    can i use a different logo for other devices (smartphone, pads, etc.) and where shall i make the settings for that?
    Thanks Markus

    webaheadinternet Friend
    #482532

    in the template images folder there is usually a png for the actual site named logo, then another one that is a smaller image, this is the mobile logo

    phong nam Friend
    #483901

    Hi @webaheadinternet,

    Yes. You can assign different logo for other devices. Here is my tips:
    On your sever, open templatesja_merocsstemplate-responsive.css, find @media types, ie:

    @media (max-width: 360px)

    then you can add logo css elements into this, ie:

    @media (max-width: 360px) {
    .ja-slideshow .ja-ss-desc {
    display: none;
    }
    .logo-image { // Logo-image , logo-image a are modified logo css elements !
    overflow: hidden;
    }
    .logo-image a {
    background-image: url('../images/logo-w.png');
    background-repeat: no-repeat;
    width: 151px;
    height: 41px;
    }
    .ja-slidenews-item img {
    width: 100%;
    }
    .ja-sidenews img {
    width: 100%;
    }
    }

    Regards,

    Leo

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

This topic contains 3 replies, has 3 voices, and was last updated by  phong nam 11 years, 3 months ago.

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