Hi! I would like to make the logo of my website responsive. Because when I check my site on cellphones the logo looks way bigger than the rest of the elements on the site. This is the site: http://noerussia.ru/ Please let me know if you need any other information.
Hi penz, Put following code on Theme Options -> Styling options -> Custom css: Code: .header .logo img { max-width: 100%; height: auto; } I hove this will solve your issue.