OK, so i have a template it has a float in it. I need to add multiple divs inside the float. Which is easy but when i add padding to them they do nothing how can i fix this. i am clearing the float.
Hard to guess without seeing any code, but a guess would be to add overflow:auto to the outer box so it can contain any floats inside it.
or add an overflow:scroll if you want the container div to remain the same size with a scroll bar, hope this help, please try showing us the code so we can diagnose this issue properly