• Resolved 8sided

    (@8sided)


    I use this CSS code to create rounded images throughout my site:

    img {
    border-radius: 20px;
    }

    A recent Gutenberg update is negating this — my images are no longer rounded. I have verified this by deactivating Gutenberg. The images follow the CSS instruction again when Gutenberg is deactivated. (It is presently active on my site, so there is no image rounding.)

    Please let me know if I need to adapt the CSS for the latest version. Thank you!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter 8sided

    (@8sided)

    Solved with the addition of !important to the CSS line. And even though Gutenberg seemed connected to the issue the day of the original post I’m not so sure today. As you were …

    I created an account just to thank you, i was having some trouble after the update but !important solved the issue for me! Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS – Rounded Images + Gutenberg’ is closed to new replies.