I'm new here.
I wonder how I can leave an empty an space between the main container and sidebars to show the background between them.
I tried applying margins in sidebars (I'm using two sidebars on each side) but the first one goes down.
this is my code:
#sidebar1{ background: rgba(255, 255, 255, 0.9); }
#sidebar2{ background: rgba(255, 255, 255, 0.9); }
#column-main, .mcolumn{ background: rgba(255, 255, 255, 0.9); width:90%; margin: 0 10px 0 10px;}
thanks!













