Reply To: Responsive Design not working

Home Forums Iconic One Pro Support Responsive Design not working Reply To: Responsive Design not working

#917

Hi,

This happens when logo width is more than the recommended size. There is a easy fix though.

Paste the following code by going to Appearance -> Editor -> Custom.css in the very end after everything.

themonic-logo img {
    max-width: 100%;
}

Do let me know if it works for you.