Viewing 4 replies - 1 through 4 (of 4 total)
  • Steve

    (@seekerabroad)

    If you amended the rule at line 924 of your style.css so it read:
    .type-post, .type-page {
    margin: 0 0 80px 0;
    padding-bottom: 65px;
    border-bottom: 1px solid #e0e0e0;
    background-color: #fff;
    }

    Your posts would then have a solid background.

    Thread Starter louidam

    (@louidam)

    Thank you so much! Is it also possible to do it with the header and sidebar area?

    Steve

    (@seekerabroad)

    For the sidebar I would amend the widget rule at line 859 to read:
    .widget {
    font-size: 12px;
    color: #777;
    padding-top: 65px;
    border-bottom: 1px solid #e0e0e0;
    background-color: #fff;
    }

    For the header I would try amending the header rule at line 107 to read:
    #header {
    width: 100%;
    background-color: #fff;
    }

    Thread Starter louidam

    (@louidam)

    Thank you for your help. It is perfect now!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to make content background solid?’ is closed to new replies.