Hallo zusammen,
im EVO Template hatte ich damals mein Shop Logo wie hier beschrieben anpassen können: https://forum.jtl-software.de/threads/shoplogo-groesse-aendern.80312/#post-464541
Ich hatte diese Variante im custom.css eingebaut:
Code:
@media only screen
and (max-width : 520px) and (orientation : landscape)
{#logo a img {
max-height: 50px;
}}
@media only screen
and (max-width : 320px) and (orientation : portrait)
{#logo a img {
max-height: 40px;
}}
@media only screen
and (min-width : 750px)
{#logo a img {
max-height: 90px;
max-width: 400px;
}}
@media only screen
and (min-width : 1200px)
{#logo a img {
max-height: 150px;
max-width: 650px;
}}
Das funktioniert bei NOVA leider nicht mehr. Hat jemand eine Idee, wie ich das bei NOVA anpassen muss?
Viele Grüße
Frank
im EVO Template hatte ich damals mein Shop Logo wie hier beschrieben anpassen können: https://forum.jtl-software.de/threads/shoplogo-groesse-aendern.80312/#post-464541
Ich hatte diese Variante im custom.css eingebaut:
Code:
@media only screen
and (max-width : 520px) and (orientation : landscape)
{#logo a img {
max-height: 50px;
}}
@media only screen
and (max-width : 320px) and (orientation : portrait)
{#logo a img {
max-height: 40px;
}}
@media only screen
and (min-width : 750px)
{#logo a img {
max-height: 90px;
max-width: 400px;
}}
@media only screen
and (min-width : 1200px)
{#logo a img {
max-height: 150px;
max-width: 650px;
}}
Das funktioniert bei NOVA leider nicht mehr. Hat jemand eine Idee, wie ich das bei NOVA anpassen muss?
Viele Grüße
Frank