Hello All!
I am customizing a nav bar and header for our website.
I am trying to have the dropdown bar for the child and grandchild links span across the entire screen.
I cannot seem to accomplish this. I can only change the width by pixels using this code:
// Centered dropdown
.site-nav__dropdown–centered {
//width: 100%;
border: 0;
padding: 0;
text-align: center;
width: 1000px;
opacity: 1;
}
Any suggestions?
Thanks!
