Hello,
I’ve checked your site, and currently, I do not see any images appearing in the menu within the header area. It’s possible that the issue has already been resolved.
To align the menu items in the header in one line, please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:
.wd-nav {
flex-wrap: nowrap !important;
}
.wd-nav>li>a {
font-size: 1.1em !important;
}
Here nowrap will make the Menu Items in one-line and the font-size adjustment was needed so that the text would appear with a standard gap in-between.
Best Regards,