Skip to:
Content
Pages
Categories
Search
Top
Bottom

Paragraph Tags in .bbp-header


  • Benjamin
    Participant

    @bscammonb

    Hi,

    I’m currently trying to adjust the styles of my bbpress install and am running into a bit of difficulty. I’m running bbPress 2.3.2 and WP 3.6, using my own theme which is based on “Twenty Twelve.”

    I noticed some big spaces in the header on each page and went to reduce the space. It turns out there are a bunch of different paragraph tags in the header for each “topic” on my site, but these tags do not appear on example sites listed on bbpress.org.

    This first snippet is the code I’d like to have so I can style it (taken from http://www.dalluva.com/member-area/forums/topics/resources-where-to-get-your-sommelier-certification/):

    <li class=”bbp-header”>
    <div class=”bbp-reply-author”>Author</div><!– .bbp-reply-author –>
    <div class=”bbp-reply-content”>Posts</div><!– .bbp-reply-content –>
    <!– .bbp-header –>

    This is what my site is generating:

    <li class=”bbp-header”>
    <div class=”bbp-reply-author”>Author</div><p><!– .bbp-reply-author –></p>
    <div class=”bbp-reply-content”><p>Posts</p></div><p><!– .bbp-reply-content –></p>

    Why is my site putting paragraph tags around the comments, as well as the word “Posts”? Any help is greatly appreciated.

    Benjamin

  • You must be logged in to reply to this topic.
Skip to toolbar