Logo not responsive
My logo isn't resized when I view the site on a mobile device.
[Links visible only for registered users]
It's not centralized like the featured images in posts.
Also I don't see the menu icon on mobile view.
Any idea how to fix this?
Comments
your logo is definitely too large for mobile devices and that's why it is not possible to scale current logo. You can use below css to decrease logo size but it still won't look good:
#Top_bar .logo #logo { padding: 0 !important; }#Top_bar #logo { height: 40px !important; }