page width -Plane theme-Custom css

  • I am happy with the plane theme but would like to widen the content area on the landing page on my site so the three columns are not so narrow and compressed.
    I know I should be able to do this with CSS but have no Idea how.
    Could I do this without affecting the other pages?
    Thanks

    The blog I need help with is: (visible only to logged in users)

  • Hey there, CSS-based layout changes are outside the scope of our support, as they can potentially get pretty complex. If you want to try playing with it, you might start with something like this and experiment with changing the numbers. Maybe set the max width to a percent instead.

    @media only screen and (min-width: 1024px) {
    .home .content-wrapper, .site-branding, .site-content {
        max-width: 1024px; }
    }

    Just be sure to test it out on several bigger monitor sizes and what not. Then if you need to hire someone to do more, we currently recommend Codable.

    I hope this helps!

  • The topic ‘page width -Plane theme-Custom css’ is closed to new replies.