RSS Feed/News Unable to keep header row in mobile view

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
28,804
Points
823

Reputation:

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...
 
Status
Not open for further replies.
Top