I tried with the code:
@media (min-width: 992px){
body .linedivide1,
body .header-quick-links{
display: none;
}
body .wrap_header,
body .topbar{
border: none;
}
}
I tried with the code:
@media (min-width: 992px){
body .linedivide1,
body .header-quick-links{
display: none;
}
body .wrap_header,
body .topbar{
border: none;
}
}