/*!
Theme Name: biosepticboost
Theme URI: biosepticboost
Author: https://digitalguider.com/
Author URI:https://digitalguider.com/
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: biosepticboost
*/

.menuzord-menu {
    display: flex;
    flex-wrap: nowrap; /* ❗ important */
    justify-content: space-between;
}

.menuzord-menu li {
    white-space: nowrap;
}