I would like to reduce the amount of white space below the logo and menu on the front page (and all pages) as well as above and below the title on the portfolio item pages. I tried adding the following code to my custom css ::
.title_container h1 {
padding-top: 0px;
padding-bottom: 0px;
}
but it did not seem to make a change.
can you help?
thanks...Jay














