Hi, Why is it that my footer element, which has no Margin or Padding applied has spacing to the right of it, It seems the spacing is associated with the Body element, which is not able to be styled with Margin or Padding. What would be causing the white space to the right of my Footer element?
We can't answer this until we see your page running in a browser. It could be many things - an element stretching beyond the width of the body or some CSS style applied to some element on the page etc.
Thanks, Yes the padding classes being removed affected the spacing for the page no longer being stretched too far, However now there is blank white space around my Header element which I am unable to remove unless I add the 0 Padding. The 0 padding allowed the gradient background of my Header Element to occupy 100% of the browser width - How would I get the gradient background of my Header element to occupy the space it did while there was 0 Padding on the Container Element?
OK. Thank you. Hmm, odd, I would not have guessed.
Lastly, What is causing the additional space after / beneath my Footer element. I have tried adding 0 Margin to various elements in my Footer without effect.
I see your page has randomly / too many padding and margin classes applied, to many elements - which are probably causing most of the issues, especially on rows, columns and containers.
You should not really be altering these that much - Bootstrap already provides the correct styling without the need to add additional classes for the basic grid elements.
OK. Thanks. I will try to keep the default Bootstrap styling as much as possible. Its a bit tricky.
Is it correct to think that in order to have either a Footer or Header styled as shown, as constrained to a width of 960 wide, that I would need my structure to be:
I am not sure i understand why do you nest a container in another container? Why nest so many elements for a simple structure?
Also the bootstrap container width is not 960px wide, its about 1300px.
Maybe if you explain (or show an example or design of) what are you trying to achieve exactly i can give you an example.