vinitkumar/white-paper

How to adjust page width?

capsl0cker opened this issue · 1 comments

Hi there,
Thanks for making this great theme! I am using it and I like it.
But I have one question, how to adjust page width? I want to make page width smaller.
Or the page margin a little bigger. How to do it? I am an idiot of html/css.

Hello @capsl0cker. Glad you like the theme. Well, adjusting page-width is all about adjusting the padding of the container.

Take a look at this screenshot.

If you look closely, the container padding is changed to padding: 0 120px 0 120px from padding: 0 20px;. This will reduce the width of the page. You can adjust this value as per your taste.

screenshot 2017-12-07 at 10 57 19 pm

Here are the steps to get it implemented in code.

Hope, this helps 👍