Skip to main content
Skip table of contents

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.

  1. Select the Centered Design globally or for a specific space

  2. Change the max-width if necessary in the stylesheets. The following examples will set the max width to 1024px

CSS
.getu-skin.centered #header ol#breadcrumbs {
    max-width: 1024px; /*default 1280px */
}
.getu-skin.centered #main {
    max-width: 1024px;  /*default 1280px */
} 
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.