staff photo question
URL to the page in question:
http://cotroc.org/newsite2
-
Good Morning Bill,
I’m noticing on the staff photos when you are on their individual pages, there’s a bar across the bottom of the photo…i’m not sure if it’s supposed to be there or not but with our background it just seems to make it look like the photo just didn’t go all the way down, but I know it’s proper size…is that bar supposed to be there? Does it serve a specific function and are we able to get rid of it? I think it would look cleaner on our site without it.
Thanks in advance!
They should be even. Odd. Do this:
- Go to your theme options page and choose the Advanced tab.
- Scroll down to the Custom CSS box and add this:
.single-staff #page-wrap {
background-color: #fff;
}
.single-staff img.wp-post-image {
margin-bottom: -5px;
}
- Update your settings.
Actually just used the bottom half of that! We like the black underneath the pics if it drops past it rather than the white, but the bottom part of the code took care of the stripe! It actually looks like its on your photos on the demo site too, just hard to see b/c it almost matches the background color. FYI.
Thanks Bill!
Glad that worked for you. Just be aware that the black there is bug and the next update will make the whole area the content background color like it was intended to be. You can return it to this way with some CSS, but that change is already in the theme for version 1.3.0.
yeah I think we like the black below the pic better! Just doesn’t seem like such a blank space as it does with the white. I’ll hit you up for some CSS after the update!
- The topic ‘staff photo question’ is closed to new replies.