CSS commands not working for menu in 1240px
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;
}
}
This is the website: https://wordpress-297227-1438976.cloudwaysapps.com - it is the main menu that is the issue.
Comments