i tried this, but not working to the top
#site-header.medium-header #site-navigation-wrap .dropdown-menu > li > a, #site-header.medium-header .oceanwp-mobile-menu-icon a {
padding-top: -100px
}
Oh case close, I just add this
#site-header.medium-header #site-navigation-wrap .dropdown-menu > li > a, #site-header.medium-header .oceanwp-mobile-menu-icon a {
position: absolute;
top: -70px;
left: 0;
right: 0;
margin: auto
}
if you have another code suggestion, please let me know.
Hello,
Can you share your site link to check the issue?