Support » Theme: Twenty Twenty-Three » Set image max-width: 100%

  • Resolved GoldSaint

    (@goldsaint)


    Do you see the image I used as the header?
    From the CSS we know that in order for an image to cover the entire width of the screen it is necessary to set the style max-width: 100%.
    Using the Simple Custom CSS plugin I wrote

    .wp-block-image img {
        max-width: 100%;
    }

    but it doesn’t seem to work.
    Is there a better solution?

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

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Set image max-width: 100%’ is closed to new replies.