Hi AverageJoe,
have also a look at my reports regarding the layout.
They have removed the outer container definition for 1380px.
Which leads to layout shifts and 25555#qa-answer-120411.
Or buttons getting smaller, missing uppercase for titles and so on, when upgrading from 3.x to 5.
I had reported these issues for the last 3 RC-Releases.
I hope the final release on 05.07.2023 fixes the issues.
If you still face the issue with the container, you can use this workaround.
/* workaround for SPPB5 */
@media (min-width: 1380px) {
.sppb-row-container {
max-width:1320px
}
}
If the other problems still exists, there is no other way then changing them by hand.
Or create a ticket and let the support do the work.
Alway test on a staging page before upgrading the live-version to a new release and do not forget to make a backup.
Have a nice day.