Hi,
I’ve added a top margin on my sub-menu (ul.sub-menu) and an arrow using the following CSS :
@media (min-width:769px) {
.main-navigation ul ul {
margin-top: 10px;
padding:10px;
border-radius: 5px;
filter: drop-shadow(0 0 13px rgba(0,0,0,0.3));
box-shadow: none;
}
.main-navigation ul ul:before {
background-color: transparent;
bottom: 100%;
left: 20%;
border: 13px solid transparent;
border-bottom-color: #fff;
content: " ";
height: 0;
width: 0;
position: absolute;
}
}
However, my submenu is now hard to reach : https://cl.ly/b199cca20a90
Any idea on how to fix this ?
Thanks
GeneratePress 2.2.2
GP Premium 1.7.8