Reply To: Fixed height for container

Home Forums Support Fixed height for container Reply To: Fixed height for container

Home Forums Support Fixed height for container Reply To: Fixed height for container

#85156
Tom
Lead Developer
Lead Developer

Hmm, you could try some CSS like this:

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