Okay...I now know that Pages created in T4 Page Builder will auto shrink because of this inline code
@media (min-width: 1728px)
.container {
padding-left: 18px;
padding-right: 18px;
max-width: 1296px;
Here's my resolution with Body Content not going Widescreen. So yes I've fixed this...by adding to Custom.css
/* Adjust for pages not quite Widescreen */
.container {
max-width: 1400px !important;
}
No idea how this will affect menus displaying properly on tablets or smaller screen laptops, since they tend to bounce around on screens 13 to 15 inches or smaller. I am glad that I found a basic fix to a problem I have a lot of trouble with on JA templates. Sorli...