Hello,
Great work on this theme team Kriesi!
I wonder if you could help me with the positioning and size of the SVG logo in the header? It appears fine on desktop but then goes too far over to the left on tablet and then too far to the right on iPhones (looks fine on Android).
Thank you
Hey Ben,
Thank you for the inquiry.
We cannot see the issue on a browser device emulation. The logo is positioned where it is supposed to be, both on tablet and phone view. Would you mind providing a screenshot?
If you need to adjust the position of the logo on smaller screens, try to use this css code.
@media only screen and (max-width: 767px) {
.responsive #top .logo {
position: relative;
left: 25px;
}
}
You can add another css media query for tablet view.
Best regards,
Ismael