Skip to:
Content
Pages
Categories
Search
Top
Bottom

css breaks the forum view


  • someinsun
    Participant

    @someinsun

    View of the forum is not normal.

    Blue bubbles are li of ul in my theme. But why they fly so strange in different positions?
    And table of forum is not normal…

    How can I fix this? How I can switch off withdrawal css of my theme?

    WP 4.1.1
    bbPress 2.5.6
    site http://kurpyakov.ru/forum/
    test
    _G7ZwvYV

Viewing 3 replies - 1 through 3 (of 3 total)

  • someinsun
    Participant

    @someinsun

    I had to get help of programmers. And I want now to delete the link from topic. Why I can’t edit it?


    someinsun
    Participant

    @someinsun

    Ни ответа, ни привета.

    Замечательная поддержка у форума!


    Robkk
    Moderator

    @robkk

    Thanks for pointing me to the topic.

    I see that bbPress is inheriting a lot of styles from your theme

    bbPress is using lists instead of a table layout so that is why you see some of the bubbles there.

    I see you removed the list styles from your forum.

    But you might need this additional CSS to fix some other layout issues.

    #bbpress-forums .art-postcontent ul>li, 
    #bbpress-forums .art-post ul>li, 
    #bbpress-forums .art-textblock ul>li {
      padding-left: 0px;
      overflow-x: hidden;
      overflow-y: hidden;
    }

    There is some other styles being inherited from the theme, but they are just for styling text and they are quite difficult to fix the same way as above.

    Oh and you can delete the account you created for testing. I don’t think I have to login to see the issues you have, unless you have gotten issues around something I would have to see while logged in only.

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