nitaaikumar I tested this and it works for me as well so I will add this to my original post. But, I'm curious just for my own peace of mind, why did you choose 991 for the max width and 768 for the min width? In core code I think Flarum sticks with 767 for the min width (which is a 1px difference). And then I'm just not sure how official the 991px for the max-width is? Obviously it works, things look fine... but I'm still curious if those are the best pixel choices... I have no idea.
Anyone else? What pixels should we stick with for min and max widths for @media styles?
@media screen and (min-width: 768px) and (max-width: 991px) {
.container {
width: 100%;
padding-right: 0px;
}
.DiscussionPage-stream {
margin-right: 180px;
}
}