Okay
  Public Ticket #2434301
checklist item doesn't go to the line
Closed

Comments

  •  4
    plus4 started the conversation

    Hello,

    I need your help about checklists. Each item has to be on a new line, OK, no problem. But in front end, items don't go to the line. Even if i try to put HTML tags (<br/> for example, or paragraph, div...). You can see attached screenshots.

    Thanks in advance.

  •  1,558
    Laborator replied

    Hi there,

    Add this CSS to Custom CSS:

    .single-portfolio-holder.portfolio-type-5 .portfolio-description-container .services ul li {
        display: block;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  4
    plus4 replied

    Works, thanks :-)