Improvement:
- Submenu opens below the header instead of cropping the header. This fix introduces a padding difference of ~5px in the header hence for existing sites updating to this version this change will be disabled by default.
You can enable this by adding a filter `add_filter( ‘astra_submenu_below_header_fix’, ‘__return_true’ );` in your child theme’s functions’php file. For all the new installations this option will be enabled by default and don’t need any snippet.
Before adding filter:
After adding filter:
- Improvement: If the content in the header is larger the navigation menu will drop on a new line.
- Improvement: Add correct license information for the images used in the screenshot.
- Improvement: Add correct license information for wp-color-picker-alpha JS Library.
Fix:
- Search from the Last Item in Menu is not align vertically center.