Styling issue white content area under my learning paths

Home Forums WPLMS AddOns Custom Learning Paths Styling issue white content area under my learning paths

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #193939
    LMSfriend
    Participant
    Hi, the white content area is not filling to bottom on "my learning path" in profile. myCLP I have chosen the left theme layout type: themelayout (the right one has no conflicts, the middle one has the same issue) Thanks
    #194153
    Scott Lang
    Moderator

    add this custom css in your wp-admin > appearance -> customize -> custom css :

        .lernpfade  div#item-body {     min-height: 500px; }  
    #194179
    LMSfriend
    Participant
    Thanks Scott, code is working with 2 modifications:
    • there is one space too much before div in your code
    • 500px is not enough, 600px fits perfect.
      Thanks   You can close this thread now.
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Styling issue white content area under my learning paths’ is closed to new replies.