Site logo

Archived topic

Fixed height for container

3 replies · Started by Andre Seidel on March 10, 2015

Viewing posts 1–4 of 4

Hello,

where can I configure a fixed height for the content-container? I would have the same size on every page.

Thank you.

Hmm, you could try some CSS like this:

.content-area {
      height: 1000px; /* whatever width you like */
      overflow: hidden;
}

Thank you.

It works.

You're welcome :)

This archived topic is closed to new replies.