Header not showing
-
Hi!
I’m using a WP.org template called
SOSIMPLE BY FERNANDO VILLAMOR JR.
And when I try inserting a header, it does not show up, even though it seems to have been uploaded succesfully, and even though it’s the right format and size. I don’t know if it’s maybe something .css coding that I’ve accidentaly messed up?
The page is https://isbjorgskitchen.com/I’ve copy pasted whatever’s in my css coding that has “header” in it below:
.site-header:before,
.site-header:after {
display: table;
content: ”;
}.site-header:after {
clear: both;
}/* =Header */
.site-header {
margin: 0 0 15px;
padding: 0 0 24px;
border-bottom: 3px solid #eee;
}
.site-logo {
display: block;
width: auto;
max-height: 150px;
margin: 0 auto 7px;
}
.custom-header {
display: block;
margin: 0 auto;
margin-bottom: 27px;
border-radius: 5px;.page-header {
margin-bottom: 27px;
}
- The topic ‘Header not showing’ is closed to new replies.