Margin-top for the drop-down menu
-
Hi! The drop-down menu is hidden when I add margin-top. But for some reason, it works correctly for another drop-down menu of the personal account. How can this be fixed? Watch my screen video https://disk.yandex.ru/i/MQWbGlKvvD6Jog
Hello,
Could you please send us a link to the page where we can see this on your website?
Kind Regards
You need to use the following custom CSS also
.xts-dropdown-cats:before {
content:"";
position: absolute;
top: -11px;
right: 0;
left: 0;
height: 10px;
}