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 15 posts - 1 through 15 (of 20 total)
  • Author
    Posts
  • #345643
    Hello, in Unit edited with Elementor are not showing: 1. Bullet points 2. Numbering 3. The text is not aligned (Bullet points with numering) and the content is not aligned with the title of the unit: http://prnt.sc/10jmoov This is the result: http://prnt.sc/10jmq1z Thanks
    #346279
    Ada
    Participant
    Hi, Yes, Please add this css code in appearance>> customize>> custom css
    
    .single-unit .elementor-widget-container ul {
        list-style-type:disc !important;
        padding-left:25px !important;
    }
    .single-unit .elementor-widget-container ol {
        list-style-type:decimal !important;
    
    }
    .single-unit .elementor-widget-container p{
        padding-left:10px !important;
    }
    
    Adjust padding as per your need.
    #346488
    Hi Ada, still not showing... http://prnt.sc/10naim9
    #346666
    Diana
    Participant
    Please use this:
    
    .single-course ul > li{
        list-style-type:disc !important;
    }
    .single-course ol > li{
        list-style-type:decimal !important;
    }
    
    #346683
    Now numbering and bullet points appeared, but the text is not aligned. http://prnt.sc/10o0bkk
    #346702
    I add that with the given code bullet points appear also in course page menu http://prnt.sc/10o1r0r
    #346970
    Diana
    Participant
    Bullets Appear Everywhere Now it will appear only for course content. Add this in wp-admin > Appearance > Customize > Custom CSS
    
    .single-course .course_content_content ul > li{
        list-style-type:disc !important;
    }
    .single-course .course_content_content ol > li{
        list-style-type:decimal !important;
    }
    
    I can't share code for text alignment, because then it will cause issues in other devices. We need to check the fix in the library itself
    #347073
    Thank you for the code. The text with numering and bullet points seems to have different size compared to normal text. http://prnt.sc/10p75s5 "We need to check the fix in the library itself" what it means?
    #347261
    Diana
    Participant
    Font-size is correct: https://prnt.sc/10pttb1 “We need to check the fix in the library itself” what it means? ----> We are using Draft JS library here for the editor in the v4. A library contains all the information of the element which we don't need to define in the code, that's why sometimes people prefer to use library. In that, library code we need to debug why the alignment is not proper, because fixing with css is not a good idea. It will put load on your site
    #347267
    Thank you, now the size is the same. Concerning library, it means that the issue will be automatically fixed?
    #347525
    Diana
    Participant
    Yes, this is correct.
    #350657
    Hi, please give me a CSS code in order to show bullets and numbering also in pages. Thank you
    #350663
    Ada
    Participant
    Hi, PLease share page URLs on which you want show bullets and numbering.
    #350995
    This reply has been marked as private.
    #351023
    Ada
    Participant
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 20 total)
  • The topic ‘Bullet points and other issues’ is closed to new replies.