• When using the Gutenberg editor, your theme includes a gutenberg-front.css file, which contains the following:

    
    .wp-block-image{
        margin-bottom: 15px;
        overflow: hidden;
    }
    

    The overflow actually causes issues when you want to align your image to the right side of the text. So when you add an image to a post/page, and try to alight the image to the left or right.

    Currently, the image will appear above the content, rather than left or right.

    Please fix this!

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image align right’ is closed to new replies.