• Resolved rpener

    (@rpener)


    Logo looks great on desk top but is cut off on mobile. Logo isn’t responsive. How can I fix?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author NiteoThemes

    (@niteo)

    hello @rpener, you are right, there is some issue with big logos on mobile devices – thanks for pointing it out – I will make sure to update Postery theme with next upgrade!

    Meanwhile you can insert custom CSS into CMP admin:

    img {
    max-width: 100%;
    }

    this will resolve the issue with logo responsiveness on mobile devices.

    thanks Alex

    Plugin Author NiteoThemes

    (@niteo)

    Also I would suggest to use following CSS to indent subscribe form from the content:

    .inner-content form {
    margin-top: 2em;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Logo not respondive’ is closed to new replies.