some problem of the submenu

hello!
i am so sorry of my poor english firstly,
hope u can understand my mean.

the submenu was offset to other place.
but this problem just only on the safari,
chrome is ok!
so, how can i fix it?

my website: http://becze.gowp.space

THANKS!

sorry!
this is the pic.

Hello there,

I hope you are doing well today.

You can use the following CSS code to move the drop menu in Safari by going to Appearance > Customize > Additional CSS and pasting it there.


/*Safari dropdown menu alignment*/
#header .top-header .header-navigation ul li.menu-item-has-children .sub-menu {
-webkit-transform: translateX(-50%);
}

Best Regards,
Support

THANKS A LOT!!IT WAS FIXED!!!

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support