-
Am not which specific css file the following css is. It appears that max-size is set to 720px for the majority of the @media requests /* @media (min-width:576px){.container-lg{max-width:540px}} /* bootstrap: col-sm / /* edit containers do not have to be that wide though on larger screens */ /* align with edit-container */ I have three different screens (min size of them is lets say 1680px (being a laptop)) and the css does not allow for them at all.. The Following appears to work for me /* edit containers do not have to be that wide though on larger screens */ |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
I do not understand what the actual issues are (if there is more than one). Maybe some screenshots will help? Also, which webtrees version is this? Note that the width of the edit containers specifically is restricted to 720px because anything wider does not seem to be useful. |
Beta Was this translation helpful? Give feedback.
-
Richard Maybe it is just me and how I see things.. It seems so out of sync with the 'front end' and I do like a wider workspace.. Perhaps I should just make changes myself and remember to do so after each update.. What file should I look at to edit?? |
Beta Was this translation helpful? Give feedback.
-
If this is indeed 'only' about the width of the edit containers, I'll likely not change it. I don't see the benefit of an increased width there, as it doesn't change the overall layout (fields are still in a single row). If you add your adjustments via the css/js-Module, the changes are permanent (not overwritten by updates). You may have to add an '!important' rule to make sure your setting take precedence. Note that there is also a module setting in Vesta for the edit dialog (which affects the header and footer as well though). |
Beta Was this translation helpful? Give feedback.
If this is indeed 'only' about the width of the edit containers, I'll likely not change it. I don't see the benefit of an increased width there, as it doesn't change the overall layout (fields are still in a single row).
If you add your adjustments via the css/js-Module, the changes are permanent (not overwritten by updates). You may have to add an '!important' rule to make sure your setting take precedence.
Note that there is also a module setting in Vesta for the edit dialog (which affects the header and footer as well though).