I create my wordpress theme. I add one sidebar with widgets with
<?php dynamic_sidebar( 'footer-5' );?> ..
But when i 2 widget in it they are one over another.. and i want that they be one below the other.
I have class for that widget. I think that can be fixed in css, but i need help. Can you tell me some idea how to do that.
That is my class.
If I change position they will be next to each other and i don’t wnat that.