Hello @hazy23,
Thank you for reaching out,
As I mentioned earlier, unfortunately, the predefined headers are limited to showing on devices. A minimal header type for mobile is not available. The only headers available for the mobile are:
Dropdown
Fullscreen
Sidebar
You can check all header types for the desktop in the following path:
WP Dashboard > Appearance > Customizer > Header > General
And for all header types for the mobile devices:
WP Dashboard > Appearance > Customizer > Header > Mobile Menu
Regarding your new requests:
1. To change the position of the hamburger icon you can put the CSS below in Customizing > Custom CSS/JS > CSS Code:
@media(max-width:960px) {
body.default-breakpoint .oceanwp-mobile-menu-icon {
display: block !important;
}
}
Please read this link for more information about the CSS/JS code on the customizer: https://docs.oceanwp.org/article/354-add-custom-css-and-js-to-your-website.
2. Regarding the logo on the desktop, my suggestion is to remove the empty space around the logo; your current logo has empty space around the logo, and its effects, as a result, won’t align with other elements of the header
https://postimg.cc/DSW8ZdpG
https://postimg.cc/XGWJsMjK
https://hazelling.nl/wp-content/uploads/2024/05/cropped-logo-Hazel-Ling.jpg
Then you can change the position of the logo from the settings here: https://postimg.cc/06TmxH8r
Note: If you have any cache plugin or server cache(CDN / Browser Cache and Cookies and …), you need to clear its cache contents or disable them to see your changes. Also, remember to click on the regenerate all assets file and data in Elementor > Tools(if you have Elementor).
I hope it is helpful.
Best Regards