• Link to my site here: https://hollywoodvulture.com/
    I am trying to get rid of empty white space at the bottom of the page and I have narrowed it down to these possibilities:
    1. It’s an issue with the height the sidebar. The sidebar height is longer than the height of the container.
    2. It’s an issue with the embedded video. The contents of the post are pushing the container past the sidebar? I have no idea how to fix this.
    3. It’s an issue with the with the sidebar coding in the style.css or index.php.

    Obviously, I’m abit confused. Any advice will be GREATLY appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The large number of Categories is causing the right sidebar to be as long as it is. And the footer cannot begin until the right sidebar has been completely displayed. End result: very long page with lots of white space in the centre.

    At the fundamental HTML perspective, you can set the size of a table row to anything you want, but the content can expand that size as large as necessary to include it all.

    In terms of solutions, the two obvious ones are:

    1. reduce the number of Categories;
    2. don’t display the Categories in the right sidebar
    Thread Starter abouthollywood

    (@abouthollywood)

    Wow,thanks so much. That did the trick! Sometimes the simplest answer is the hardest one to come up with.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Messed Up Layout’ is closed to new replies.