Title: Latest Update caused css issue
Last modified: June 2, 2022

---

# Latest Update caused css issue

 *  [Mohit Chawla](https://wordpress.org/support/users/m9729640633/)
 * (@m9729640633)
 * [4 years ago](https://wordpress.org/support/topic/latest-update-caused-css-issue/)
 * i see this css causing issue on single post page
    .single-content p>img { display:
   inline-block; }
 * even after doing image aligncenter
    the image CSS from WordPress not working.

Viewing 1 replies (of 1 total)

 *  [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [4 years ago](https://wordpress.org/support/topic/latest-update-caused-css-issue/#post-15704518)
 * Hi,
    Your standard image block shouldn’t be wrapped in a p tag. Not sure how 
   that is happening on your site. This would only be CSS that should apply to inline
   images. Can you post a link?
 * As a workaround you can add this CSS:
 *     ```
       .single-content p>img.aligncenter {
           display: block;
       }
       ```
   
 * Ben

Viewing 1 replies (of 1 total)

The topic ‘Latest Update caused css issue’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/kadence/1.5.0/screenshot.png)
 * Kadence
 * [Support Threads](https://wordpress.org/support/theme/kadence/)
 * [Active Topics](https://wordpress.org/support/theme/kadence/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/kadence/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/kadence/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * Last activity: [4 years ago](https://wordpress.org/support/topic/latest-update-caused-css-issue/#post-15704518)
 * Status: not resolved