bigcommerce cornerstone change menu from click to hover.
paste below CSS at theme.scss last line. How to edit theme.scss
@media (min-width: 801px) {
.navPages ul li:hover .navPage-subMenu {
display: block;
width: 100%;
left: 0px;
}
}