fisharebest / webtrees

Online genealogy
https://webtrees.net
GNU General Public License v3.0
488 stars 301 forks source link

Too much space needed for individual and home pages (2.0) #1613

Closed HelmutL closed 4 years ago

HelmutL commented 6 years ago

individual pages and "My Page" wastes too much space by larger font and large empty left and right margins. This implies that you have to to more scrolling and don't have an easy overview.

As an example attach screenshots of webtrees 1.7.9 and 2.0, showing the same data (it was imported from the same GEDCOM file, same system, same settings in webtrees).

facts_2_2 0 facts_2_1 7 9 facts_1_2 0 facts_1_1 7 9 mypage_2 0 mypage_1 7 9

fisharebest commented 4 years ago

The pages in 1.7 also have lots of space - but in the middle of the page.

Long lines are difficult to read.

If you want webtrees to completely fill the page, you can do it using the control panel.

Modules -> CSS and JS -> head

<style>
.container { max-width: 100% }
</style>