Logo is not adjusting according to media queries Responsive issue

I have a very serious responsive issue with my website logo.
I have build a website in WP and it is responsive website.
Know when we view website in different devices it works perfectly but when logo is not adjusting according according to size .

Here is the website URL: http://ve.com.pk/

Any body has nay idea why it behaving like that.

Hello!

This is fixed by giving the “.header-logo” a max-width:100%. This will resize the image accordingly as it scales down, instead of keeping its width throughout all sizes.

Was about the say the same, but will instead add, you may want to remove the min-height: 150px; from the container, as it leaves a lot of white space as it shrinks.

Thank you so much friendly. It works perfectly for me.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.