Hello,
all has been well on my header navigation, until I added a dropdown menu. I have a nice stylised button on my secondary header nav:
.Header-nav.Header-nav--secondary a:last-child {
background: #f9faf5;
color: #9f47d1;
padding: 12px 15px !important;
border-radius: 3px;
border: 2px solid #9f47d1;
}
But when I added the dropdown menu, a button appears there as well. How to remove it and leave it just on header?
Link to the site:
www.glasbenasolamake.si
Also, how to make the dropdown to the left? On smaller screens, it goes to the right outside the screen, making it illegible.
Please help!
Thanks,
Maja