Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • David Porré Friend
    #160086

    Hello,
    First, I love this concept of one page website.

    But I have a question, is it possible to have the page layout fit to 100% of the screen ?
    On my 27 inches screen I can see a bit of the second page “”why choose us”, I’d like to avoid that.

    I tried to put “height: 100%” in many places, but I can’t get it done…

    Hoping for answers,
    Best regards,
    David aka Shapes

    fpids Friend
    #376410

    hello,
    you can try to edit the template.css
    – find –
    div.one-page .page-wrap { padding-top: 0; }
    div.page-wrap {
    min-height: 1000px;
    /*min-height: 800px;*/
    }

    Change to –
    div.one-page .page-wrap { padding-top: 0; }
    div.page-wrap {
    min-height: 100%;
    }

    Be aware that this can have alter the other elements containers layouts.

    hope it helped.

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  fpids 13 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum