Skip to:
Content
Pages
Categories
Search
Top
Bottom

Space at the left side of the board (divi theme)

  • @fuse2701

    Participant

    Hi,
    i just installed the bbpress board and all seems to be quite good but there is a space at the left side of the board and i dont know how to fix this. i use the divi theme by elegantthemes.com, maybe its because of that theme?

    I did not changed the bbpress css.

    Link: http://www.my-synergy.org/schoeneiche-online/forums/

    Thanks,
    fuse2701

Viewing 2 replies - 1 through 2 (of 2 total)
  • @lmgs

    Participant

    Hi fuse2701,

    You need to change the padding-left value from 16px to 0.
    The first padding value (0) is the padding-top one, the second one (0) is for padding-right, the third (23px) bottom and the last one (padding-left) should be changed from 16px to 0.

    These are the current values:

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

    If you are using a child theme, copy and paste the CSS lines below there. Otherwise, go to your WordPress Dashboard, Divi / Divi Theme Option / General tab / and paste these lines there on Custom CSS / Save Changes

    #left-area ul, .entry-content ul, .comment-content ul, body.et-pb-preview #main-content .container ul {
    padding: 0 0 23px 0;
    }

    If that doesn’t work, try adding a !important like this
    padding: 0 0 23px 0 !important;

    @fuse2701

    Participant

    it works!!! i love you man!

    greetz,
    fuse2701

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