Home › Forums › CSS › Padding is creating unwanted whitespace to the right › Reply To: Padding is creating unwanted whitespace to the right
January 7, 2015 at 12:49 am
#192468
Participant
You could use the css calc() function, like shown in this codepen (Click on edit to view the code):
http://codepen.io/rexprovo/pen/LEbdNL
https://css-tricks.com/a-couple-of-use-cases-for-calc/
Or take a look at box-sizing: https://css-tricks.com/almanac/properties/b/box-sizing/