Archived topic
GP Forum / Mobile / CSS
3 replies · Started by Jan on July 7, 2021
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 Jan,
Unfortunately providing customization for bbPress is out of the scope of this forum as explained here:
https://generatepress.com/what-support-includes/
This question should be handled by the plugin's support team.
Here is the CSS stylesheet we are using for our support forum here if it helps at all:
https://generatepress.com/wp-content/themes/generatepress_official/css/gp-bbpress.css
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 :)