I am a bit stuck with my code I did a custom drop down menu and my problem is my div with my content don't take 100% of the content my div is blocked at 160px here is the css code
.dropdown-content {
display: none;
position: absolute;
background-color: #f1f1f1;
min-width: 160px; // I wanted 100% of the content
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 3;
right:0;
}
and the full code in jsfiddle https://jsfiddle.net/kg0tjLr9/1/