Sidebar is overlapping colored column of text
My home page has a colored row underneath the slider. The side bar is overlapping that bar. Is there any way to push the sidebar down or have it go behind the bar? I would like to adjust the color of the side bar but when I do it covers up the row. The inside pages seem ok.
http://www.towneandcountrypropertymanagement.com
thanks!
Jenn
Comments
you can move this sidebar down with below css:
.widget-area::before { margin-top: 70px !important; }That worked to get it away from the row, but now it overlaps the footer by 70px...
.widget-area::before { margin-top: 70px !important; height: 90% !important; }Jenn
.aside_right .widget-area {margin-bottom:80px;
padding-top: 80px;
}