You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm enquiring as to why this content max width is set to 1280px.
It means that the full width is not used, most users have a higher resolution than this.
The fact that the content area is completely spread on the screen causes many visual problems, especially on the pages where we use graphics and charts. As you said, there are screens much larger than 1280 pixels and the large screen also causes problems such as focusing on the content.
However, we have designed this area as customizable so that you can change it as you wish.
I'm enquiring as to why this content max width is set to 1280px.
It means that the full width is not used, most users have a higher resolution than this.
.lpx-content-container .lpx-content {
padding: 2em;
max-width: 1280px;
margin: 0 auto;
I will be remove the setting from my projects to get a better layout:
The text was updated successfully, but these errors were encountered: