Can anyone tell me how to add padding to the left and right sides of the blue boxes when the page has been moved to a smaller width and has changed to the responsive view. At the minute if I try and add padding the boxes move outwords and beyond the sides :(
You have to subtract the padding from the width.
If you want the width to be 100% and you want to give it a padding of 5%, then you have to change the width to 90%. And so on.