Fixed a problem in the style of the header drop-down list #
If the drop-down list of the filter widget of your WooCommerce store header does not open correctly from under the header widget. And it interferes with your header filter widget. Please apply the solution below.
Example:
Fixing the problem through subbox customization:
You can enter (Style Settings > Css Customization > Css Editor):
Enter the following code: #
.widget-menu-sobex-group-drop {
padding-top: 45px !important;
}
Be careful to increase or decrease the amount (padding-top) to match your template.
Note: Don’t forget the !important command.
The correct form of the Sobex drop-down list for the WooCommerce header filter widget is as follows: