- This topic has 19 replies, 3 contibutors, and was last updated 9 years, 1 months ago by .
-
Question
Answers
- The question ‘Forum Width’ is closed to new replies.
BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › Forum Width
Tagged: horizontal spacing
I have one problem, in particular, that I need resolving and I’m great.
My “Forum Index” listings do not flow across the screen but end about 1/3 of the way across. This doesn’t happen on any other page, especially pages, posts and responses … which are great, I like and need them to maintain that spacing.
They take up too much verticle space because they do NOT use their horizontal space. This forces the “Forum Index” to take up far too much height.
I included a photo to help resolve this issue. Please help!
Frank
Hi @worldadmin, Pls add this css in your child theme’s custom css
.entry-content {
padding: 0 !important;
}
Regards
Pallavi
Thank you so much! Just what I need.
Now, to figure out how all my forums disappeared from the Forum button. It just never ends.
Thank you so much! Just what I need.
Now, to figure out how all my forums disappeared from the Forum button. It just never ends.
Hi @worldadmin, Please explain it little bit more. To check all your forums go to: http://yoursite.com/forums/
Regards
Pallavi
My site worked great. I had all the forums directed to the “FORUM” button on the side panel on the Buddy Boss Menu. I deleted a photograph at the bottom of the page with a small bit of code (ph_forums I think, it was so long ago) When I deleted the photo at the bottom of the page either that selected the small amount of code by mistake or that code was attached to photograph, either way they both were deleted and the forums disappeared too. I remember that code redirected all the forums to that button, but no more.
I can’t remember how to forward the forums to that button. Now, when I select the “FORUM” button, this is what I link to. All the forums are still in my admin panel, so they’re still there but just not linked.
Wlaforums.com
Be
I know it’s the slug [bbp- forum-index] that is gone.
I just don’t remember where to type this so that all the forum posts show on that page.
Hi @worldadmin, At your forum index page Blog post are displaying
Seems you have set you blog page url as Forum Index url or might be your have deleted something from theme codes.
You can update the theme codes by uploading fresh version and cross check your General >> Reading setting once
Regards
Varun Dubey
Thanks!
A ton of help there.
I created another page and put in the slug, got rid of the first one and everything is running great.
🙂 Great
Exactly how do I access css in my child theme’s custom css?
Once I do this, I’m done.
No need to use the file manager approach ,
Just install this
https://wordpress.org/plugins/simple-custom-css/
It will add a simple menu on dashboard to add custom css, and you can easily use it
https://wordpress.org/plugins/simple-custom-css/screenshots/
Regards
In another message, you told me to use Simple Custom CSS to make the width of copy in my forums the width of the page. So I downloaded Simple Custom CSS, installed it and activated it.
You told me to open the CSS up and drop the code into there.
You can see where I am. Does this red arrow indicate exactly where I paste this code the following code to make my copy on my forums as wide as the other?
.entry-‐content
{
padding:
0
!important;
}
In this photo, you can easily see how narrow and bunched up the copy is. I want it across the page.