• Hi,

    My new blog is now live but I have since discovered that there is a problem with the length of the pages.

    Some examples of the problems are the:
    Home Page
    Static Pages
    Full Posts

    Would there be anyway to make the page as long as the content that is displayed on it?

    Thanks,

    Victor

    My Theme: Twenty Eleven

Viewing 1 replies (of 1 total)
  • Hi Victor, interesting blog 🙂
    Notice all the pages you mention have the same height. Probably means there’s a min height somewhere. Look at style.css line 116.
    #content {
    margin: 0;
    width: 880px;
    min-height: 5700px; <——–
    border-right: 0px solid #ddd;
    }

    Maybe a 0 was added to the end by mistake. If you remove it (set to 570px) it should be ok.

    Good luck with your blog!

Viewing 1 replies (of 1 total)
  • The topic ‘Changing The Page Length’ is closed to new replies.