Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter qiandzen

    (@qiandzen)

    Hi,

    I found the solution myself. I added this CSS clip to change the max width of the theme. Now the image no longer floats completely to the left edge of the screen, but at most to the edge of the text area….

    .site-content,
    .entry-content,
    .wp-block-group {
    max-width: 1280px; /* Sets the maximum width to 1280px /

    margin: 0 auto; / Centers the content on the page /

    padding: 0 20px; / Adds some horizontal padding for better readability */
    }

Viewing 1 replies (of 1 total)