i’m trying to create a fixed panel in the bottom of page that has 5px of margin from bottom,left and right. I though best way is to put a div inside a fixed div and then play with margins and paddings… but i can’t make it happen. either left side or right side denies the margin! you can see the live example here :
http://codepen.io/anon/pen/uEBqD
Any thoughts?
You made too many CSS rules, just give some margin/padding to the inner DIV, and leave the other properties.
Your updated CodePen: http://codepen.io/anon/pen/cJled