I tried this CSS code to change the menu's margin but it did not work:
@media screen and (min-device-width: 1180px) and (max-device-width: 1240px) { .menuo-right.header-stack:not(.header-center) #Top_bar .menu_wrapper
{
margin-right:55px !important;
}
}
Comments