@media(max-width: 992px){
.sidebar-nav{
display: none;
}
}
my laptop screen width is 1200px, I want to fake my screen width to 950px so that css @media(max-width: 992px)
applied on it. Any idea?
I lazy to use css @media for 1200px screen, because too many things to edit like top menu, form input btn width, footer menu.... i guess the easy way is to fake all desktop and laptop screen to 900px.