Title: Make image full width
Last modified: August 21, 2016

---

# Make image full width

 *  Resolved [meikana](https://wordpress.org/support/users/meikana/)
 * (@meikana)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/make-image-full-width/)
 * Hi.
    How do I make an image full width on my static home page?

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

 *  [Andre](https://wordpress.org/support/users/creativedreams91/)
 * (@creativedreams91)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/make-image-full-width/#post-4763135)
 * Hey meikana,
 * What is the name of the website?
 * There are different ways to do this. You could go in the code which is the css
   and change the width to 100%
 * example
 *     ```
       img
       {
         width: 100%;
       }
       ```
   
 *  Thread Starter [meikana](https://wordpress.org/support/users/meikana/)
 * (@meikana)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/make-image-full-width/#post-4763241)
 * I’d rather not have my site listed yet.
 * When I change the width to 100% it made no changes. Don’t I have to adjust the
   margins?
 *  [Adrian Houle](https://wordpress.org/support/users/adrian-houle/)
 * (@adrian-houle)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/make-image-full-width/#post-4763249)
 * Keep in mind that when you tell an element to be a percentage wide, that is a
   percentage of the space available inside its containing element.
 * Chances are the image is already at 100% width, and you need to increase the 
   size of the containing element, or the element that contains the element that
   contains the element, ect.
 * Using chrome development tool or firebug will help you visualy inspect elements
   if your not already using them.
 *  [vevans2](https://wordpress.org/support/users/vevans2/)
 * (@vevans2)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/make-image-full-width/#post-4763312)
 * I am also interested in doing this. I’d like to place a full width slider on 
   the homepage. Can this be done using Fruitful theme?
 *  Theme Author [Fruitful Code](https://wordpress.org/support/users/fruitfulcode/)
 * (@fruitfulcode)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/make-image-full-width/#post-4763316)
 * vevans2,
 * It’s not possible via theme options. Only way it’s change responsive grid and
   customize template.
    You can try make it yourself or hire our developers for 
   any type of WordPress development or customization.

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

The topic ‘Make image full width’ is closed to new replies.

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

 * 5 replies
 * 5 participants
 * Last reply from: [Fruitful Code](https://wordpress.org/support/users/fruitfulcode/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/make-image-full-width/#post-4763316)
 * Status: resolved