Ok, so the space between the revolution slider and top navigation caused widespread spacing issues across the site when I tried to fix it.
To fix the revolution slider and the space that was popping up beneath it, I used this code:
.inner-page-wrap {
margin-top: 0px;
}
.alt-bg {
margin: 0px;
}
Then I added this to fix the side bar from coming up so close to the top bar:
.sidebar {
margin-top: 50px;
}
Now as I am browsing the website, I see that there is spacing issues on other pages.
Is there way to put something in globally so that the top space is consistent everywhere?
See attached snapshots.