Viewing 3 replies - 1 through 3 (of 3 total)
  • .home #container {
        max-width: 900px;
    }

    everything else

    #container {
        max-width: 900px;
    }

    will reduce the page. Grid itself is 100% so whatever we set in container will do the trick.

    Emil

    Thread Starter david@mkfc.se

    (@davidmkfcse)

    ahaa ok thanx, and how do i change the height ??

    The height depends on the number of items, there is no special way of handling this. For example reducing title sizes, front page image etc, will reduce the height:

    .featured-title {}
    .featured-subtitle {}
    #featured p {}

    You can also get other information on our forum as well 🙂

    Thanks,
    Emil

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to reduce the size of the main grid in the front page’ is closed to new replies.