Also, I am unable to simply remove the header so I can add a new one from Elementor. There’s no way to remove it too. I am using the latest version of WP and OceanWP theme. Please help, thank you.
]]>?Please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.
.center-menu #site-navigation-wrap {
width: 80%;
justify-content: center;
display: flex;
}
If you want to use the elementor header, once you will create and set the condition, that will automatically overwrite the theme header.
]]>