I have a side and top header and i was given this code to make my side header drop-down menu drop DOWN as opposed to coming out to the side. Now my top header is dropping to the side instead of dropping down though. How do I fix this?
.sub-menu.x-dropdown {
position: relative;
top: auto;
left: 0;
height: auto;
display: none;
}
.sub-menu.x-dropdown.x-active {
display: block;
}
Top header:

Side header:

