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>