Hi,
i choosed a design where the logo is on the top left and navigation is left too.
On PC it looks good but mobile something went wrong.
Can you help me with that?
Thanks a lot!
rixi
Hey rixi,
Did you add this CSS?
.html_header_sidebar .logo img {
width: 150px!important;
}
If so, then please try adding it in a media query instead:
@media only screen and (min-width: 768px) {
.html_header_sidebar .logo img {
width: 150px!important;
}
}
Best regards,
Rikard
yes, i did!
Changed it now, looks right now :)
Tanks a lot!
Many greetings rixi