Reply To: Mobile Menu

Homepage Community Forums Epik Theme Support Mobile Menu Reply To: Mobile Menu

#12462
ryandolankayak
Customer

    At media query 767 i styled the menu to look different using something like this

    .genesis-nav-menu a {
    border-bottom: 1px solid rgba(255,255,255,0.15);
    color: #fff;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: none;
    }

    So that it displays menu items on top of eachother. so I want my drop downs to follow this format. Any help would be great.