I am trying to modify the margins of the right sidebar with the following css code:
.inner_sidebar {
margin-left: 10px;
}
.outer_sidebar {
margin-right: 10px;
}
The left side of the sidebar reflects the 10px margin but the right side will not change. What is the proper css code to change that margin?