Notifications
Clear all

No background color on menu when viewing on cell phone in landscape mode

5 Posts
4 Users
0 Likes
242 Views
Posts: 7
Topic starter
(@brosati)
Active Member
Joined: 2 years ago

When viewing my forum on a cell phone in portrait mode, the background color of the main menu shows up fine.  However, in landscape mode, the background color of the main menu seems to be transparent. In landscape mode, The white letters of the menu items do not show up on the underlying white background of the forum.  Please see the attached screen shots.

Any suggestions on how I can fix this?

 

wpForo Version
1.9.9.2
WordPress Version
6.0.1
unknown
unknown
4 Replies
Tutrix
Posts: 1088
(@tutrix)
Noble Member
Joined: 3 years ago

Hi @brosati

add this to custom css

@media screen and (max-width: 620px) {
#wpforo #wpforo-wrap #wpforo-menu .wpf-menu li {
background: #555;
margin: 0;
}
}

Dashboard > Forums > Settings > Style (custom css)

Reply
1 Reply
(@brosati)
Joined: 2 years ago

Active Member
Posts: 7

@tutrix That fixed it. Thank you!

Reply
dimalifragis
Posts: 2292
(@dimalifragis)
Famed Member
Joined: 3 years ago

And this:

 

<!--Generated by Endurance Page Cache-->

 

MUST be removed totally.

Reply
Posts: 3652
Admin
(@chris)
Support Team
Joined: 2 years ago

@brosati,

Also check this FAQ Topic about Cache: https://wpforo.com/community/faq/wpforo-and-cache-plugins/

Reply