Title: Project area full width
Last modified: August 30, 2016

---

# Project area full width

 *  Resolved [nick853c](https://wordpress.org/support/users/nick853c/)
 * (@nick853c)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/project-area-full-width/)
 * Anyone know how to make the project area on the fromt page full width?
 * Have tried to many things in Custom CSS, but nothing seems to react..
 * Any help please.
 * Best regards.

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

 *  [awanrmb](https://wordpress.org/support/users/awanrmb/)
 * (@awanrmb)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/project-area-full-width/#post-6556465)
 * Hi, can you post your site url?
 *  Thread Starter [nick853c](https://wordpress.org/support/users/nick853c/)
 * (@nick853c)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/project-area-full-width/#post-6556478)
 * I can do that.
 * Here you go:
 * [http://test.odensemediedesign.dk/](http://test.odensemediedesign.dk/)
 * And i want the project images to be in full width.
 *  [awanrmb](https://wordpress.org/support/users/awanrmb/)
 * (@awanrmb)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/project-area-full-width/#post-6556566)
 * Ok, firstly please make sure your page have “front page” for the page attribute
   then you can try to use this custom css below:
 *     ```
       #projects .container {
           padding: 0;
           margin: 0;
           max-width: 100% !important;
       }
   
       .project:nth-of-type(3n+1) {
           clear: none;
       }
   
       .project {
           width: 25%;
       }
       ```
   
 *  Thread Starter [nick853c](https://wordpress.org/support/users/nick853c/)
 * (@nick853c)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/project-area-full-width/#post-6556639)
 * Thank you very much! It worked..
 * Can I make the poject-images stay next to each other with no white space in between?

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

The topic ‘Project area full width’ is closed to new replies.

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

## Tags

 * [front page](https://wordpress.org/support/topic-tag/front-page/)
 * [full-width](https://wordpress.org/support/topic-tag/full-width/)

 * 4 replies
 * 2 participants
 * Last reply from: [nick853c](https://wordpress.org/support/users/nick853c/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/project-area-full-width/#post-6556639)
 * Status: resolved