I have several custom elements in left and right column. I can't figure out how to made a CSS property to have some empty space between each of them.
I.e. this is the definition of right column:
In this way, all the elements are lined one below another, without any space between them. I tried with extraCode:#right div.inside float:right; margin-top:7px; margin-right:auto; margin-left:auto; padding:2px 1px 1px 2px; background-color:#e6eef7; border:1px solid #000;
tags in HTML custom code, which provides some effect but it is not a proper solution.
Any advice?
Thanks.


Reply With Quote


Bookmarks