Divi theme top navi issue- IE7
1. Top navi looks like this in IE7. That's because display: inline-block; css code dosen't work on IE7. 2. Open header.php file (yourdomain.com/wp/wp-content/themes/Divi/header.php) 3. Add this code in header.php. It looks like this. 4. Make ccs file and save it in your domain root. File name: ie7.css #top-menu li{ display: inline-block; *display: inline!important; [...]