- 55
Hello-
I'm wanting my drop downs to be the full width of the menu itself so that all the page content beneath it is hidden...from one side to the other.
I see the following item in the styles.css:
But I'm not sure that's the right code, because I don't see a way to reference it from the admin area...and I wouldn't know exactly where to reference it from anyway...
Here's my site.
Click on Medically Guided Shopping in the menu. I've edited the topic area of the stylesheet and tried setting it to 100% width, but as you can see, it only expands to the right edge of the content area...how do I get it, and the categories item (Foot Care Products) to drop down at 100% menu width?
Thanks!
Steve
I'm wanting my drop downs to be the full width of the menu itself so that all the page content beneath it is hidden...from one side to the other.
I see the following item in the styles.css:
}
.mega-menu .dropdown.fullWidth {
left: 0;
width: 950px;
margin-left: -1px;
border-radius: 5px;
}
But I'm not sure that's the right code, because I don't see a way to reference it from the admin area...and I wouldn't know exactly where to reference it from anyway...
Here's my site.
Click on Medically Guided Shopping in the menu. I've edited the topic area of the stylesheet and tried setting it to 100% width, but as you can see, it only expands to the right edge of the content area...how do I get it, and the categories item (Foot Care Products) to drop down at 100% menu width?
Thanks!
Steve