Title: Full width Page image
Last modified: May 13, 2020

---

# Full width Page image

 *  Resolved [amfa](https://wordpress.org/support/users/amfa/)
 * (@amfa)
 * [6 years ago](https://wordpress.org/support/topic/full-width-page-image/)
 * Hey guys!
    I am trying to make an image full width (with no white spaces). But
   I am restricted by a parent element which is .vision-row to a 1100px max width.
   How do I go around this an make a full width image?
    -  This topic was modified 6 years ago by [amfa](https://wordpress.org/support/users/amfa/).

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

 *  Theme Author [themevision](https://wordpress.org/support/users/themevision/)
 * (@themevision)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/full-width-page-image/#post-12831142)
 * Hello, [@amfa](https://wordpress.org/support/users/amfa/)!
 * Can you give me the address to your website?
 *  Thread Starter [amfa](https://wordpress.org/support/users/amfa/)
 * (@amfa)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/full-width-page-image/#post-12835681)
 * Its [http://www.mkz.lt/PSC](http://www.mkz.lt/PSC)
 *  Theme Author [themevision](https://wordpress.org/support/users/themevision/)
 * (@themevision)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/full-width-page-image/#post-12835966)
 * Hello, [@amfa](https://wordpress.org/support/users/amfa/)!
 * If you want the contents to be in a fixed width (boxed) and just the image to
   be the full width,
    you can use this custom CSS code (Insert it into Customicing-
   >General->Additional CSS):
 *     ```
       .wp-block-image.alignfull {
         width: 100vw;
         position: relative;
         left: 50%;
         right: 50%;
         margin-left: -50vw;
         margin-right: -50vw;
       }
       ```
   
 * Also, the following should work well:
 *     ```
       .wp-block-image.alignfull {
           margin-left: calc(50% - 50vw);
           margin-right: calc(50% - 50vw);
        }
       ```
   
 * Regards

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

The topic ‘Full width Page image’ is closed to new replies.

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

 * 3 replies
 * 2 participants
 * Last reply from: [themevision](https://wordpress.org/support/users/themevision/)
 * Last activity: [5 years, 12 months ago](https://wordpress.org/support/topic/full-width-page-image/#post-12835966)
 * Status: resolved