Hey Support Team,
I hope you can help me. I want to display the logo smaller on movile devices. My website is http://testumgebung-simbach.de/
I tried it with some CSS but it did not work.
@media(max-width:767px) {
.x-brand img {
width: 100px !important;
}
}
@media(max-width:480px) {
.x-brand img {
width: 45px !important;
}
}
I hope you can help me.
Thank you very much.
Best regards
Mario