Notifications
Clear all

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

5 Posts
4 Users
0 Likes
304 Views
Posts: 7
Topic starter
(@brosati)
Active Member
Joined: 3 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?

 

4 Replies
Tutrix
Posts: 1266
(@tutrix)
Noble Member
Joined: 4 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)

1 Reply
(@brosati)
Joined: 3 years ago

Active Member
Posts: 7

@tutrix That fixed it. Thank you!

dimalifragis
Posts: 2572
(@dimalifragis)
Famed Member
Joined: 4 years ago

And this:

 

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

 

MUST be removed totally.

Chris
Posts: 3650
(@chris)
Famed Member
Joined: 3 years ago

@brosati,

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