and now it is fixed again, by uplading a see through logo and using this code:
div.site-content {
margin-top: -85px;
}
but now i get a very pixelated logo, even though the image file is good quality.
which i fixed with:
@media screen and (max-width: 2000px) {
#actionbar {
display:none
}
}
.site-branding {
width:100%;
max-width:422px !important;
background-image:url(“http://lineagcph.com/wp-content/uploads/2018/10/LOGOny.png”);background-repeat: no-repeat;
background-size: contain;
height: 200px;
}
.site-logo {
visibility: hidden;
}
Aaaaand now i cant click it to return to the “home” page.
And there is too much space between header and content.
I will try to look around the forum for fixes
-
This reply was modified 7 years, 7 months ago by johannsen11.
-
This reply was modified 7 years, 7 months ago by johannsen11.
Works like a charm!
thank you very much 🙂