tkeiger

Member

Forum Replies Created

  • Not hacky when it works! (and I’d initially done something similar, but w/out the negative top margin). That also moved the content up, so I created a class to give it some padding (as I’d also wanted to increase the side margins anyway). For those playing along at home, the new css:

    .openimage {
    margin-top: -7px;
    }
    .opencontent {
    padding: 30px
    }

    thanks so much! Off to tinker!

    Thanks for the quick response, but I’m afraid that didn’t work. The modifications that i’ve made so far:

    #content {
    background: #e3e3e3;
    padding-top: 0px; /*decreases top space at content*/
    padding-bottom: 20px;
    }
    .home .entry-title, .entry-title a {
    display: none;
    padding: 0;
    }

    .home .entry-content img {
    border: none;
    margin: 0;
    }

    .post {
    background: #fff;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #d8d8d8;
    margin-bottom: 10px;
    padding: 0px 0 10px; /*decreases top space at content*/
    overflow: visible;
    position: relative;
    width: 100%;
    }

Viewing 2 posts - 1 through 2 (of 2 total)