Sometimes lines of wrapping text for sub-menu items are not what you want! Here's a quick tweak to resolve this... The code below sets the minimum width at 300px. Adjust this as needed for your website. Update accordingly the list item width if you change the sub-menu...
Navigation Header
How to replace the logo in the Divi navigation header with text
If you’re hoping to use your site title and tagline as the text to replace the logo, you can use the Divi Booster Plugin to do so, and then all you need is a tiny bit of CSS code to hide the logo. This pulls in the site title and tagline from your general settings...
How to Clear the Logo in the Divi Navigation Header (to Default Divi Logo)
Why would I want to clear the logo back to the default Divi logo? You probably don't...unless: You work as/for a website agency building multiple Divi sites starting from a backup of a previous or preferred installation. (For a preferred installation, you will most...
How to Hide the Logo from Divi Navigation Header
STEP 1: Log in to your WP Admin panel. STEP 2: Navigate to Divi>Theme Customizer. You can do this from the Admin Panel menu, or also from the front using the editing bar (see images). Admin panel (back end): Editing bar (front end): STEP 3: Select...
How to Hide the Logo from Divi Mobile Navigation Header
STEP 1: Log in to your WP Admin panel. STEP 2: Navigate to Divi>Theme Customizer. You can do this from the Admin Panel menu, or also from the front using the editing bar (see images). Admin panel (back end): Editing bar (front end): STEP 3: Click on...
How to Change the Logo in the Divi Navigation Header
Step 1: Log in to your WP Admin panel. yourdomainname/admin Step 2: Navigate to Divi>Theme Options in the menu. Step 3: Click on “Upload” to change logo to a new image or an existing one in the media library. Select (or upload) logo image and click...
How to hide the Divi navigation menu
/* Hide Divi Main Navigation Menu */ #main-header { display:none; } #page-container { padding-top:0px !important; margin-top:-1px !important } But what if you want to hide the Divi Navigation Menu on mobile screen sizes only? Try this: /* Hide Divi Main...