Skip to content

Instantly share code, notes, and snippets.

View AtrumGeost's full-sized avatar

Jorge Calle AtrumGeost

View GitHub Profile
/*Prevent header image from cutting off mobile view*/
div.custom-header-image {
min-height: 250px;
}
/*To change website's logo position*/
.custom-logo-link img {
display: inline-block;
max-height: 100px;
width: auto;
position: relative;
top: -700px;
}
.wp-caption {
max-width: 100% !important;
}