tkeiger
MemberForum Replies Created
-
In reply to: Positioning an image at the absolute top of the content area
April 17, 2014 at 3:21 pm #42519Not 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!
In reply to: Positioning an image at the absolute top of the content area
April 17, 2014 at 12:30 pm #42517Thanks 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)
