Is there a way to scale down (or use another logo) in small sized devices? When I go under 480px the logo cannot be rightly displayed. http://projetoemnomedopai.com.br/ Best regards
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: @media only screen and (max-width: 480px){ .logo img { width: 90%; } } This will solve your issue.