it throws pagebuilder sites complete to the left site but leaves tinyMCE sites untouched. Is there a way bring it back to center position?
Made with TinyMCE: https://kepler-privatschulen.de/show/system-new.png
Made with PageBuilder: https://kepler-privatschulen.de/show/pagebuilder-new.png
I already tried this modifications - they are displayed in the same way ...
.com-sppagebuilder #sp-main-body {
display: flex;
width: 1120px !important;
justify-content: center;
}
and
.com-sppagebuilder #sp-main-body {
display: flex !important;
width: 1120px !important;
justify-content: center !important;
}