Bullet points and other issues

Home Forums Legacy Support Support queries Styling issues Bullet points and other issues

  • This topic has 19 replies, 3 voices, and was last updated 3 years ago by Ada.
Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • #351188
    This reply has been marked as private.
    #351377
    Ada
    Participant
    Hi, For bullets on single unit please add this code in appearance>> customize>>custom css
    
    .single-unit #unit_content .course_content_content ul {
        list-style-type:disc !important;
        padding-left:25px !important;
    }
    .single-unit #unit_content .course_content_content ol {
        list-style-type:decimal !important;
    
    }
    
    The image appearing below is an issue for which I'll create a trello card and share the link with you.
    #351701
    Ada
    Participant
    Hi Here is the trello card link for image not appearing on the right. https://trello.com/c/59MnA2iU
    #351712
    Thank you, now bullets are correctly displaying. Concerning the image appearing in a wrong place, when I encountered the issue, I inserted a template of a page in which the image correctly appeared on the right, but didn't work.
    #351883
    Ada
    Participant
    Hi, Yes that is why I replicated this on my setup and created a trello card for it. Please check updates on this issue from the above shared link. And please confirm can we close this topic?
Viewing 5 posts - 16 through 20 (of 20 total)
  • The topic ‘Bullet points and other issues’ is closed to new replies.