.navigation {
position: relative;
*,
*:before,
*:after {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
@Media (min-width: $screen-sm-min) {
.row {
margin-bottom: 20px;
}
}
}
Hi @stuartyager4437,
It depends. What element are you trying to get updated?
Best regards.
Gabriel
As Gabriel said, its not exactly clear what you are trying to do. I am guessing if that is the right selector, you don't want it in the "@Media" section. So I am guessing after the "-moz-box-sizing: border-box;" line. But hard to say without knowing what you are trying to do. Also please note, I am not a CSS guru - I will try, but others probably will have better answers.
It is the header menu bar. I cannot seem to locate the color and its very frustrating. Even while doing the inspect mode.