[Resolved] Fixed height for container

Home Forums Support [Resolved] Fixed height for container

Home Forums Support Fixed height for container

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #84588
    Andre Seidel

    Hello,

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

    Thank you.

    #85156
    Tom
    Lead Developer
    Lead Developer

    Hmm, you could try some CSS like this:

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

    Thank you.

    It works.

    #85361
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.