Hi all, newbie here, just building out my first forum on Xenforo cloud. Know a little CSS but not a lot.
I've been setting up the page basics, and noticed that under 650px, my header row vanishes and the logo moves to the Nav bar. I'm not keen on this and would prefer the row and logo to stay where it is.
Inspecting the code in Chrome I can see that the problem appears to be with this element:
Code:
If...
Read more
Читать далее...
I've been setting up the page basics, and noticed that under 650px, my header row vanishes and the logo moves to the Nav bar. I'm not keen on this and would prefer the row and logo to stay where it is.
Inspecting the code in Chrome I can see that the problem appears to be with this element:
Code:
Код:
@media (max-width: 650px) {
.has-js .p-header {
display: none
}
}
If...
Read more
Читать далее...