• Resolved ricardomat

    (@ricardomat)


    The notificaction in desktop looks fine, but in portrait mode it doesn’t look good, the photo looks oval.
    What can I do to make it look good on all devices? Thank you

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

Viewing 1 replies (of 1 total)
  • Plugin Support Abid Hasan

    (@abidhasan112)

    Hi @ricardomat ,

    Hope you’re doing good. Can you please add this custom CSS in your stylesheet:

    @media screen and (max-width: 767px) {
    .notificationx-image {
        width: 70px !important;
        height: 70px !important;
      }
    }

    I hope this will solve the image issue on the portrait mode.
    You can change this 70px value as per as your need.

    Also note that, I could not find the notifications in your website. If you can guide me where the notifications trigger in your website, I can assist you more better.

    Thank you!

Viewing 1 replies (of 1 total)

The topic ‘Responsive view does not work’ is closed to new replies.