Site logo

Archived topic

GP Forum / Mobile / CSS

3 replies · Started by Jan on July 7, 2021

Viewing posts 1–4 of 4

Hi David,

I'm using the GP Forum as a blueprint to set up my own support section. As far as I understand from Tom you are also running the forum on the back of bbPress.

Tuning the desktop layout was not an issue. For mobile you are using these two CSS code snippets:

#1 Remove header section

@media (max-width: 768px)
#bbpress-forums li.bbp-header { display: none;
}

#2 Rearrange column items

@media (max-width: 768px)
#bbpress-forums div.odd, #bbpress-forums ul.odd, #bbpress-forums div.even, #bbpress-forums ul.even {
    flex-direction: column;
}

Both are not working on my page. When removing "@media (max-width: 768px)" #1 works just fine. I also noticed that the "li." element is highlighted in red text color (see screenshot from Customizer).

What am I missing?

Many thanks,
Jan

Hi Leo,

you are kindly going the extra mile, as always. Many thanks for that.

The CSS stylesheet has done the trick. I used an outdated stylesheet from Tom's Github page ;-/

You are doing a great job. I highly acknowledge that.

Best,
Jan

No problem :)

This archived topic is closed to new replies.