Title: Image align right
Last modified: December 25, 2021

---

# Image align right

 *  [Melroy](https://wordpress.org/support/users/danger89/)
 * (@danger89)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/image-align-right/)
 * 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)

 *  Thread Starter [Melroy](https://wordpress.org/support/users/danger89/)
 * (@danger89)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/image-align-right/#post-15194527)
 * For now I apply my own workaround using: `.wp-block-image { display: inline; }`
 *  [codersantosh](https://wordpress.org/support/users/codersantosh/)
 * (@codersantosh)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/image-align-right/#post-15213177)
 * Hello [@danger89](https://wordpress.org/support/users/danger89/) ,
 * Thanks for posting the issue and fixes. We will fix it in the next version.
 * Best Regards!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Image align right’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/supermag/4.0.0/screenshot.jpg)
 * SuperMag
 * [Support Threads](https://wordpress.org/support/theme/supermag/)
 * [Active Topics](https://wordpress.org/support/theme/supermag/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/supermag/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/supermag/reviews/)

## Tags

 * [alignment](https://wordpress.org/support/topic-tag/alignment/)
 * [float](https://wordpress.org/support/topic-tag/float/)
 * [image](https://wordpress.org/support/topic-tag/image/)
 * [overflow](https://wordpress.org/support/topic-tag/overflow/)
 * [right](https://wordpress.org/support/topic-tag/right/)

 * 2 replies
 * 2 participants
 * Last reply from: [codersantosh](https://wordpress.org/support/users/codersantosh/)
 * Last activity: [4 years, 7 months ago](https://wordpress.org/support/topic/image-align-right/#post-15213177)
 * Status: not resolved