Firstly, you should update WordPress to v3.9.1, if you have some reason you must remain using the 3.7.x version upgrade to 3.7.3.
That said line #1198 of your style.css has the following:
.hentry {
border-bottom: 2px solid #f7f7f8;
margin-left: 120px;
padding-bottom: 15px;
position: relative;
}
You will need to override that for your bbPress forums with a custom entry in a child themes CSS.
eg.
#bbpress-forums .hentry {
margin-left: 0px;
}
I have a slight fear of updates but I need to just back up my files and get over it. Thanks for the code, worked a treat.
You’ll have all sorts of shiny new and cool things when you do 🙂
Check your web hosts support and FAQ section, they should have some pretty good docs on how to backup your WordPress site and your database. They might even have those fully automated and implemented for you so you only need to confirm the backup is there, it is current, and it has all your content that you expect to be.
I have the exact same issue. However, I am beginner, and I do not understand where to locate or modify the style.css. Is this a theme or a bbpress thing?
I seem to be missing a menu item appearance>>css editor, I suspect that this is a theme-specific issue. I am using the Tesseract theme.
What could I do?
Here is the website.
http://www.putcallgenie.com
Here is one example reply post that is indented and chopped on the right side.
Reply To: Welcome, our goal
Thanks in advance Robin.
ok, I think your theme is doing this
this should fix
.reply {
margin-left: 0 !important;
}
If your theme has a custom css area, then out this in there
That worked. Tesseract does have an area for “customizing additional CSS” and that is where I put the code you entered.
Incidentally, is there a good plugin to customize my bbPress look and feel?
Thank you very much.
great – glad that worked.
yes use my style pack plugin
bbp style pack
Thank you very much Robin! I will try it out.