Home Forums Theme support Mobile and Tablet Responsive Reply To: Mobile and Tablet Responsive

Hi,

not sure what caused the problem, maybe one of the plugins you use changed the css of the logo element.

However, with the following css code you can fix the problem, please add the code add the end of your style.css file (in the theme folder):

@media only screen and (max-width: 479px) {
    #brand img {
        max-width:100%;
    }
}