OK, well it's not a problem, it works. The only issue for me is it uses more containers than is strictly necessary which adds to the management of the code. In my opinion the single <p> tag approach is far better as it is more steamlined. Don't be afraid to break with how Bootstrap advises you should set something up. Yes, in the majority of senarios follow the frameworks default suggestions but let your own common sense tell you when to ignore them. By @osgood_ You can fool yourself, but please do not pass this foolishness on to others. It is very clear, follow the Bootstrap workflow or follow the highway. Bootstrap layout rules: Containers: they wrap and contain the content provide basic padding and margin to the content centre the content on the page can be fluid, fixed or responsive Bootstrap Grid: containers are wrappers for rows rows are wrappers for columns - only columns may be immediate children columns are wrappers for content - content must be placed within columns only The reason for these rules has to do with (negative) margins and padding. By @BenPleysier You obviously have been fooled, big time and have lost the ability due to age l would assume to do anymore than follow coloring by numbers. Tell me how a Bootstrap negative margin affects a simple p tag or div tag positioned outside of a Bootstrap containrer. You really are challenged if you think you need a lot of redundant html junk to position a simple centred, one row, one column copyright notice at the foot of a page......l've heard some garbage from you in the past but I think this sinks to new lows If you don't know that much, just shows how religiously following a framework can disrupt common sense. Deploying unnecessary negative margins is a very poor solution, I rest my case what a pile of horse poo. In the case of Bootstrap yes your absolutely correct.....you can fool some of the people some of the time but not all of the people all of the time, now let me think which of those categories l would place you in. Can l advise you brush up on your html skills a bit if you have time to spare......you're Bootstrap code solution above is very poor as it doesn't appear to be using a nav tag for what obviously is a navigation. I don't know if that's what Bootstrap advises or if it's your own lack of knowledge.
... View more