B

Unable to keep header row in mobile view

  • Thread starter Thread starter Big Easy
  • Start date Start date
B

Big Easy

Guest

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:
Code:
@media (max-width: 650px) {
    .has-js .p-header {
          display: none

   }

}

If...

Read more

Continue reading...
 
Similar threads Most view View more
Back
Top Bottom