B

Unable to keep header row in mobile view

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

Visitor Greeting

Welcome to NullWarehouse.com... We are currently seeking Mod's and Contributors. If you wish to apply for a Mod position then please click on Members dropdown arrow, then click on Staff App and fill it out completely and submit it. If you want to be a Contributor then start contributing and we will have our eye on you and take notice, something great could come of it.

  • We have redone the forum. If you notice any issues or errors please open a Support Ticket under the Members dropdown and let us know.
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 content Most view View more
Back
Top Bottom