cvandyck 0 Report post Posted August 21, 2011 ref: vandyckfamily.org I have a Forum on the sidebar of the Posts page. It has two widgets .. 1. bbPress Forum List (Titled: Discussions) with hyperlink to "Forum", which is shown. The second widget is: 2. bbPress Topics List (Titled: "Forum Threads"). I would like for the threads to just fall undert the "Forum" link (ie... delete the pad that has "Forum Threads" in it. Using firebug, I can see what it looks like to delete it, but have no idea how to actually do that in custom code .. Can you help me on this? Share this post Link to post Share on other sites
Jenny 33 Report post Posted August 21, 2011 If I understand your request correctly, you want to delete the padding between the "Discussions" widget and the "Forum Threads" widget. Try adding the following to your custom CSS: li#bbp_forums_widget-3.widget_display_forums {margin-bottom:-1em;} Hope that helps! ♥ Jenny :: Web designer at Simple Mama (follow me at @simplemamacom) Check out Share Me, a social sharing add-on for DMS that is super simple to set up. Share this post Link to post Share on other sites
cvandyck 0 Report post Posted August 22, 2011 sorry, but didn't work .. ideas? Share this post Link to post Share on other sites
Jenny 33 Report post Posted August 22, 2011 Please try: .widget-area .widget_display_forums {margin-bottom:-1em;} ♥ Jenny :: Web designer at Simple Mama (follow me at @simplemamacom) Check out Share Me, a social sharing add-on for DMS that is super simple to set up. Share this post Link to post Share on other sites
cvandyck 0 Report post Posted August 22, 2011 getting closer .. that removed the space between Forum and Thread Discussions, but the pad that surrounds the widget headliner (Thread Discussions) is still there. I can make the words "Thread Discussions" go away simply by omitting them from the description, but then I have the blank pad, which is what I want to go away. Share this post Link to post Share on other sites
Kate 3 Report post Posted August 22, 2011 Sorry, not sure I understand the question. Are you talking about the padding surrounding all of the titles? That's currently set to 10px. You could change it by modifying this: h3.widget-title {padding:5px;} Share this post Link to post Share on other sites
cvandyck 0 Report post Posted August 22, 2011 i want to make that padding go away Share this post Link to post Share on other sites
kastelic 6 Report post Posted August 22, 2011 use Kates code and set it to zero. Share this post Link to post Share on other sites