Hi. I am not a support officer, but looked at your site through the code inspector. There is no code on the site ...
.layout-boxed .body-innerwrapper { max-width:1349px !important; }
... otherwise it would have worked. If you add it to the right place, you may need to clean the cache that it works.
To increase the logo, divide the columns in the header so 4 + 8.
Or, if you use the predefined header you need to manage the size of the logo through css as the logo is too wide to standard size.
#sp-logo {
display: flex;
align-items: center;
}
.logo-image {
height: auto;
}