03-24-2022, 11:10 AM
Hello,
Pine-Webadmin can change in "global.css"
max-width: 960px; <== hier is the Problem (change it to 1960px)
Ciao
Walter
(03-23-2022, 03:27 PM)gab Wrote: No answer from Pine64
In the meantime a beginning of a solution on Firefox is the "reader mode" which you can enable by clicking the "book page" button currently located next to the URL. This is not ideal because you cannot click previous/next page buttons and have to enter/exit the reader mode frequently. See attached screenshot (edited with Gimp on my PP )
Pine-Webadmin can change in "global.css"
Code:
#container {
font-family: "Open Sans", Arial, Tahoma, sans-serif;
text-align: left;
color: #555;
line-height: 1.431;
margin: 0;
font-size: 13px;
max-width: 960px;
}
Ciao
Walter