Title: Image Not Full-width
Last modified: May 21, 2020

---

# Image Not Full-width

 *  Resolved [tianqiwang](https://wordpress.org/support/users/tianqiwang/)
 * (@tianqiwang)
 * [6 years ago](https://wordpress.org/support/topic/image-not-full-width/)
 * Hi guys,
 * I set the image on my front page full-width with Word press editor but it shows
   up with a huge gap on the right.
 * I think the container does not have any problem and I didn’t set any sidebars
   too.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fimage-not-full-width%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Theme Author [Di Themes](https://wordpress.org/support/users/dithemes/)
 * (@dithemes)
 * [6 years ago](https://wordpress.org/support/topic/image-not-full-width/#post-12874782)
 * Hi
 * Please use below custom CSS:
 *     ```
       .entry-content .alignfull {
       	margin-left: inherit;
       }
       ```
   
 * To add custom CSS: Appearance > Customize > Additional CSS.
 * Thanks
 *  Thread Starter [tianqiwang](https://wordpress.org/support/users/tianqiwang/)
 * (@tianqiwang)
 * [6 years ago](https://wordpress.org/support/topic/image-not-full-width/#post-12879703)
 * Hi,
 * Thank you for your reply.
 * It does have an effect, but it seems returns to the normal width even if I set
   the image at full-width.
 * Thanks
 *  Theme Author [Di Themes](https://wordpress.org/support/users/dithemes/)
 * (@dithemes)
 * [6 years ago](https://wordpress.org/support/topic/image-not-full-width/#post-12882187)
 * Hi
 * Please replace added code :
 *     ```
       .entry-content .alignfull {
       	margin-left: inherit;
       	margin-right: inherit;
       }
       ```
   
 * with
 *     ```
       .entry-content .alignfull {
       	width: auto;
       }
       ```
   
 * Thanks

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

The topic ‘Image Not Full-width’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/di-ecommerce/2.1/screenshot.png)
 * Di eCommerce
 * [Support Threads](https://wordpress.org/support/theme/di-ecommerce/)
 * [Active Topics](https://wordpress.org/support/theme/di-ecommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/di-ecommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/di-ecommerce/reviews/)

## Tags

 * [editor](https://wordpress.org/support/topic-tag/editor/)
 * [image](https://wordpress.org/support/topic-tag/image/)
 * [width](https://wordpress.org/support/topic-tag/width/)

 * 3 replies
 * 2 participants
 * Last reply from: [Di Themes](https://wordpress.org/support/users/dithemes/)
 * Last activity: [6 years ago](https://wordpress.org/support/topic/image-not-full-width/#post-12882187)
 * Status: resolved