This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*Prevent header image from cutting off mobile view*/ | |
div.custom-header-image { | |
min-height: 250px; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*To change website's logo position*/ | |
.custom-logo-link img { | |
display: inline-block; | |
max-height: 100px; | |
width: auto; | |
position: relative; | |
top: -700px; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.wp-caption { | |
max-width: 100% !important; | |
} |