Greetings
I have this code, which you provided in another inquiry, that fixes a menu issue on my website https://portalnews.co
/ Menu height /
div#sp-menu {
position: relative !important;
bottom: 13px;
}
div#sp-logo {
position: relative;
bottom: 13px;
}
sp-header {
background: #FFFFFF !important;
height: 40px !important;
}
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span{
line-height: 0px !important;
}
However, under the "People" separator, I have a menu item called "What to do in San Francisco, Cundinamarca?" And on a PC, it appears choppy (see image).
https://drive.google.com/file/d/1wUXmLVJNFyxPdFwOMxq37UnwFQ7pal1z/view?usp=sharing
Could you please tell me how to fix it so that when the "People" menu item is displayed, the sub-items are displayed correctly and not choppy in that white box?
Thank you in advance for your kind assistance.