Hello, I have added a dropdown menu box up in the social bar, and the dropdown become hidden below the section below it. Wondering how I can fix this? And if my dropdown becomes longer, will it interfere with the Main Nav menu section (if so how to prevent)? Thanks in advance. Code: removed
Well, I finally figured it out! In the .social-links I removed the overflow:hidden (though initially this made thing look really weird) then had to increase the height there and add position:relative and z-index:99999 and all is well. CSS is cool when you figure it out - lol