pages-themes / architect

Architect is a Jekyll theme for GitHub Pages
https://pages-themes.github.io/architect/
Creative Commons Zero v1.0 Universal
313 stars 799 forks source link

The width of the page is very narrow, although the browser supporst a wider view ... #8

Closed FlightControl-User closed 6 years ago

FlightControl-User commented 7 years ago

Sorry for being a noob, but can somebody advise how to increase the inner size of the text column of the page?

Have a look here how the page looks in a real example.

http://flightcontrol-master.github.io/MOOSE/

How can the page be sized to the full width of the browser (or at least 3/4th of the width of the browser)?

Also i think the theme has an issue, shouldn't the main page show these blue boxes on the right of the page? Now it is only text that is show.

kind regards, Sven

FlightControl-User commented 7 years ago

Anybody looking at this, or is it me who is the noob? @benbalter

rahul0705 commented 7 years ago

I've had to do this too, check out rahulmohandas.com/resume.html see if you like that more? I had to create a new layout for that

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

FlightControl-User commented 6 years ago

Can somebody look at this please! I need help on this. Please don't close.

FlightControl-User commented 6 years ago

.inner {
  position: relative;
  width: 940px;
  margin: 0 auto;
}

Do i need to change width here? What would be the correct value?

advaith1 commented 6 years ago

Also i think the theme has an issue, shouldn't the main page show these blue boxes on the right of the page? Now it is only text that is show.

Add show_downloads: true to your config.yml.

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

FlightControl-User commented 6 years ago

How can this be closed if I didn't get an answer to my question...

advaith1 commented 6 years ago

The bot automatically closed it. I guess you could ask Ben to reopen it, but its not really a problem, more of a question.