Title: Fixed width
Last modified: September 12, 2019

---

# Fixed width

 *  Resolved [spaniole](https://wordpress.org/support/users/spaniole/)
 * (@spaniole)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/fixed-width-3/)
 * Hi
 * Thanks for a great theme.
 * How do I set a fixed width for the Cerauno theme (header, body and footer), something
   like 1280px.
 * Thanks.

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

 *  [Jarret](https://wordpress.org/support/users/jarretc/)
 * (@jarretc)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/fixed-width-3/#post-11927554)
 * Try this in your Additional CSS in the Customizer
 *     ```
       @media screen and (min-width: 1200px) {
       	.site {
       		width: 1280px;
       		margin: auto;
       	}
       }
       ```
   
 *  Thread Starter [spaniole](https://wordpress.org/support/users/spaniole/)
 * (@spaniole)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/fixed-width-3/#post-11927850)
 * Spot on, thank you very much.

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

The topic ‘Fixed width’ is closed to new replies.

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

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [spaniole](https://wordpress.org/support/users/spaniole/)
 * Last activity: [6 years, 9 months ago](https://wordpress.org/support/topic/fixed-width-3/#post-11927850)
 * Status: resolved