Tagged: logo
Hi
I have uploaded my logo which is 200x200px.
I have noticed that it has been resized visulally (it got bigger), though after downloading it preserves its original dimensions. This resulted in qulaity loss (I previewed the website using Firefox 35.0.1).
Why does it happen? How can I prevent it from being resized (upsized and eventually downsized)?
I use left sidebar.
Thanks
A.
Hi Autostopowicz!
Your site has a .htaccess block on it.
The logo is going to be resized to fit inside the header container. You can try adding this to your custom CSS to get rid of that.
.logo img { height: auto !important; width: auto !important; }
Regards,
Elliott