Home › Forums › Iconic One Pro Support › Responsive Design not working › Reply To: Responsive Design not working
October 3, 2013 at 9:57 am #917
Themonic-Support
Keymaster
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.