Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

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

  • lmgs
    Participant

    @lmgs

    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

    @fuse2701

    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