Home › Forums › CSS › [Solved] CSS Best Practice: max-width on html/body elements › Reply To: [Solved] CSS Best Practice: max-width on html/body elements
June 18, 2014 at 12:59 pm
#173071
Member
Well, you technically can have a full width bar (I’m assuming you mean for navigation).
Actually, no..I meant a full width header (which i suppose you could fix with positioning…or a full width footer or even something full width in the middle of my page with constrained content above and below.
Trying to do that the way you suggest would lead you down a positioning rabbithole that just isn’t worth the hassle.
I like having an ‘inner’ class where I can center and constrain content if required…but there other techniques….it’s all pretty much the same.