/* here you can put your own css to customize and override the theme */
@media screen and (min-width: 992px) {
    .nav .dropdown-menu {
        margin-left:-250px;
    }
}