Skip to:
Content
Pages
Categories
Search
Top
Bottom

CSS Problem

Viewing 1 replies (of 1 total)

  • Robkk
    Moderator

    @robkk

    the css from this code is affecting the whitespace

    #left-area ul, .entry-content ul, .comment-content ul {
    list-style-type: disc;
    padding: 0 0 23px 16px;
    line-height: 26px;
    }

    maybe creating a bbpress.php file could fix this or just adding #bbpress-forums to the selector with reduced padding-left .

    #bbpress-forums #left-area ul, .entry-content ul, .comment-content ul {
    list-style-type: disc;
    padding: 0 0 23px 0px;
    line-height: 26px;
    }

    heres info on creating a bbpress.php file.

    https://codex.bbpress.org/theme-compatibility/getting-started-in-modifying-the-main-bbpress-template/

    umm i dont know what to tell you about the sidebar going the profile and tag pages, it might be because of the template you are using for bbpress currently so maybe making a bbpress.php could fix it but i dont know

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar