- 49
I have modified the template to be an even 1000px wide rather than 980px. I changed the media query in the 980.css and 980.rtl.css line to read:
@media screen and (max-width: 1020px) and (min-width: 769px) {
from its original code which was:
@media screen and (max-width: 990px) and (min-width: 769px) {
Now, the responsive menu is expanded automatically when the browser is between 990px and 1020px. I dont see anywhere I can modify code to fix this. Can you assist?
@media screen and (max-width: 1020px) and (min-width: 769px) {
from its original code which was:
@media screen and (max-width: 990px) and (min-width: 769px) {
Now, the responsive menu is expanded automatically when the browser is between 990px and 1020px. I dont see anywhere I can modify code to fix this. Can you assist?
Nate Kindom