-
Notifications
You must be signed in to change notification settings - Fork 27.3k
Description
- This is a question about using the theme.
- I have updated all gems with
bundle update. - I have tested locally with
bundle exec jekyll build. - I have not modified assets in such a way that will affect the width of any element
Environment Information
- Minimal Mistakes version: 3.2.10
github-pagesorjekyllgem version: 3.1.6- Operating system: Ubuntu
Hi Michael,
I have studied a bit a similar issue that was posted almost two years ago and then discussed again recently. In one of your comments there you mentioned that "you are working on a complete rewrite of the theme which should make customizing things a bit easier". This is version 3.2.10 of the theme, therefore I decided to open a new issue and ask a similar question.
This is a 1275x684 image captured from my Browser. My desktop background can be seen at the vertical edges of the image. You can measure the left and right margin of the images grid using a screen ruler and find that it is 2x120pixels = 240pixels. The total length of the browser window is about 1240pixes wide and therefore subtracting the margins we are left with a content area width of about 1000pixels.
My question is what are the theme files I should modify and where exactly to increase the content area width, i.e. decrease the left and right margin of the browser window ?
To make things a bit more interesting, let us put in the game the sidebar.
The width of the image captured from my Browser is the same and the width of the browser window has not been modified. If we measure again the right margin from the edge of the browser window, we find that it is 300 pixels ! I am not sure what is the width of the sidebar, it will be nice to help me put a background color, but If I measure from the point the social media images start I get 120pixels. This is the same margin I had without the side bar.
This indicates that somehow when you add the sidebar, the width of the content area is shrinked because the right margin has been increased ! How is it possible to fix the right margin, e.g. 120 pixels in this example ?
You may also consider that If you experiment with even larger sizes of a browser window, e.g. 1900px then you get a right margin of about 520px wide and a left margin of about 300px !
Thanks in advance for any effort to solve that problem and to answer my question.
PS: I think you will greatly assist your users if you can write some documentation on how you applied Susy responsive framework, especially how do you modify width of content area and sidebar and how is that affected by changing the width of the browser window ?

