by the way this is the customized CSS code I have so far:
.site-header {
padding-top: 0px;
padding-bottom: 26px;
text-align: center;
}
.site-title, .page-title {
font-size: 160%;
text-transform: normal;
text-align: left;
font-weight: 200;
}
.page-title, .entry-title {
padding-top: 20px;
margin: 0;
font-size: 1.1em;
font-weight: 200;
text-transform: lowercase;
text-align: left;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.site-main .portfolio-entry-title a {
font-weight: normal;
text-transform: none;
}
.page-header::after, .entry-header::after {
background: none;
}
.site-info {
display: none;
}
footer#colophon {
display: none;
}
div#secondary {
display: none;
}
.gallery-icon a:hover:before, .gallery-icon a:focus:before, .gallery-icon a:active:before, .gallery-icon a:hover:after, .gallery-icon a:focus:after, .gallery-icon a:active:after {
opacity: 0;
}
.gallery {
padding: 20px 10px 0 10px;
margin: 0 0 20px;
background: rgb(255, 255, 255);
}