[Resolved] page length too long

Home Forums Support [Resolved] page length too long

Home Forums Support page length too long

  • This topic has 21 replies, 5 voices, and was last updated 6 years ago by Leo.
Viewing 7 posts - 16 through 22 (of 22 total)
  • Author
    Posts
  • #555911
    Tom
    Lead Developer
    Lead Developer

    Awesome πŸ™‚

    #555921
    wekhter

    @Mark glad it worked!


    @Tom
    Thanks πŸ™‚ I’ve actually been meaning to write to you for a while now about it, wondering if it was something worth including in GP (as an option) since it’s something a lot of people are looking for and there’s finally a not-totally-hacky solution.

    #555922
    Tom
    Lead Developer
    Lead Developer

    Since Flexbox would be attached to the entire body, it’s something that would need to be tested extensively. It would likely have consequences with a lot of sites unfortunately, as GP is currently being used on over 100,000 different sites.

    #558315
    Nick

    Thanks Leo – I used the following CSS from Tom. Is this a global command across my entire site, or just the single page in question?


    @media
    (min-width: 769px) {
    .site-main {
    min-height: 700px;
    }
    }

    #558407
    Mark

    Hi Nick, thanks for the post. However, I am using the code by weather as follows:

    html, body {
    height: 100%;
    }
    body {
    display: flex;
    flex-direction: column;
    }
    #page {
    flex: 1 0 auto;
    width:100%;
    }

    Seems to work well.

    Mark

    #558408
    Mark

    Sorry, I meant by wekhter.

    Mark

    #558548
    Leo
    Staff
    Customer Support
Viewing 7 posts - 16 through 22 (of 22 total)
  • You must be logged in to reply to this topic.