Hi,
The logo container is coded inside the theme layout wrapper, so it cannot exceed the theme width. You would need to custom code your own area in header.php, but I don’t advise that, because:
– setting it like that will not be displayed the same for everyone and it will appear broken for most people. You will also need to add custom CSS for mobile users. Most people don’t have 1920px displays, check your analytics and you will see π
– changes made to theme files directly, will be lost when updating the theme (you would need to use the child theme for such edits).
Regards,
ββββββββββββββββββββββββββββββββββββ
Cosmin
Support Assistant