The vendor profile page is cut off at the top of the menu

the vendors profile page is cut off at the top of the menu, what can I do to fix this?


Hi,

Please disable third-party plugins and customizations (if there are any) and check if this issue persists. If you use a caching plugin, make sure that caching is disabled for logged-in users.

Thanks, this is the menu customization code, and it had the option position: fixed
by removing it the problem was solved.

div.header-navbar {
background:#0D2821;
height:px;
z-index:999;
margin:0 auto;
width:100%;
position:fixed;
top:5;
left:0;
right:0;
}

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.