Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #589535

    I have several pages with very little content in therm.
    Because they don’t have enough content in therm, the footer menu bar grows to fill the empty space, causing my footer bar to be 1/3 or even 1/2 of m page height, making my page look wrong.

    Is there a way to pad the page forcing the page to dynamically size to a minimum of the browser height?

    I know I can force the page to be taller, but everyone’s browsers are different heights (standard monitors, wide screen, tablets turned vertical, etc).

    Turning off the footer isn’t an option, anyway, all that did was turn off the content, the black bar still grew to fill the dead space at the bottom of the screen.

    Any help is appreciated,
    Thanks,
    -Owen

    #590542

    Hi Owen!

    You could set a min-height to the content, try adding this to Quick CSS:

    #main .content {
        min-height: 500px;
    }

    Cheers!
    Josue

    #591757

    Thanks!

    #591763

    You are welcome, glad to help :)

    Regards,
    Josue

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