@PitaJ said in navbar 100% width and content 970px:
#header-menu > .container {
width: 100%;
}
Thank you 😃
So I have a question about column width. I have it set:
col-m-3 col-xs-12
My 7" tablet shows the 12 display when loaded. Is there a way to have a setting for medium sized screens such as a small tablet where to stretch across the screen would not be the optimal format, but keep it that way on small devices like phones?
@RazorAxis If it's "col-m-3" there's a typo and it should be "col-md-3". Otherwise, there is another step size between md and xs and that's sm: "col-sm-6" or whatever. I don't know if that'll do it for your tablet, but you might give it a go.
col-sm-3 or col-sm-4 is probably what you want, col-sm-6 will take up half the containing row.
@RazorAxis col-sm-4 will put three columns in a box with a viewport of 768px-992px (most tablets)