Activity

  • Cori replied to the topic Trying to gut the theme and get it like this…. in the forum BuddyBoss 3.0 10 years ago

    This is what I had to change in order to get the footer to “merge” with the content background.

    footer[role=”contentinfo”] {
    clear: both;
    font-size: 12px;
    line-height: 2;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-top: -120px;
    }
    It works!