Create a centered design
There are two possibilities to create a centered design.
Using the centered design
The simplest way is to use the already existing Centered Design from the Enterprise Theme.
Select the Centered Design globally or for a specific space
Change the max-width if necessary in the stylesheets. The following examples will set the max width to 1024px
.getu-skin.centered #header ol#breadcrumbs {
max-width: 1024px; /*default 1280px */
}
.getu-skin.centered #main {
max-width: 1024px; /*default 1280px */
}