Viewing 2 replies - 1 through 2 (of 2 total)
  • hannah

    (@hannahritner)

    Hi,
    Try adding this to your custom css box in theme options > advanced settings:

    .contentclass {
      border-right: 15px solid #8c8c8c;
      border-left: 15px solid #8c8c8c;
    }

    Hope that works for you!

    Hannah

    Hey,
    So your saying it no longer like you did have it for a while?

    You can try css like this too:

    .contentclass > #content {
        margin-left: -15px;
        margin-right: -15px;
    }
    .contentclass.wrap {
        margin: 0!important;
    }
    .boxed #wrapper.container {
        background:#8c8c8c;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘theme outline/border?’ is closed to new replies.