My solution was to rollback the theme to the older version. It’s amazing that an update would break links and mess with formatting so much.
Thanks for the reply. I dod not have any custom CSS
found a CSS work around
/* STRUCTURE */
.wrap {
max-width: 80% !important;
}
.page.page-one-column:not(.twentyseventeen-front-page) #primary {
max-width: 100% !important;
}
@media screen and (min-width: 48em) {
.wrap {
max-width: 80% !important;
}
}
@media screen and (min-width: 30em) {
.page-one-column .panel-content .wrap {
max-width: 80% !important;
}
}
@media screen and (max-width: 650px) {
.wrap {
max-width: 95% !important;
}
}
Cant believe you cant just adjsut it in the theme!