http://66.147.242.177/~butters9/
If you go to the LIFE subpage under portfolio. The space between the header and the album is too much. I know the pictures aren’t showing up either – I am working on that. I would like the space to be smaller on all of the portfolio subpages. Eventually i will have image sliders in there – once I figure that all out – and I would like them to be further up. Thank you!
Hi,
You can try this css code in your styles:
body > iframe {
height: 30px;
}
After that if you need further to decrease the height you can try this also:
.page.hentry {
margin-top: 10px;
}
You can adjust the 10px as per your requirement.