I add this code in _custom.scss
Code: Select all
@media (min-width: 720px) {
.page-width { width: 80%; margin-left: auto; margin-right: auto; }
}
But the navbar is displaced
If I use "$ max-width:" in _style_config.scss (with pixel), I have no problem.
What is the problem ?