How Can We Help?
Search for answers or browse our knowledge base.
Footer #2 overlapping content
Are you using the footer #2 style in Theme Builder and on some pages, particularly on post pages, the footer overlaps the page content?
Try the following CSS snippet in this case
single-post #main-content > .container {
background: #ffffff;
width: 100%;
z-index: 1;
}
.single-post #main-content .container #content-area {
margin: 0 auto;
width: 80%;
}
@media screen and (min-width: 981px) {
.et_right_sidebar #main-content .container:before {
right: 27.875%!important;
}
}