Great! This works! Thanks a lot!
Oh I found the solution by myself!
https://kriesi.at/support/topic/avia-post-nav-with-the-same-category/
Great! Thank you…
I take the solution from Josue. This works perfect:
@media only screen and (max-width: 479px) {
.logo img{
width: 80% !important;
position: relative;
top: 8px;
}
}