number and ul list css

This topic contains 3 replies, has 2 voices, and was last updated by  Guust 7 years, 11 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #203573

    Steve
    Full Member
    Post count: 1019

    My unordered list disc and numbers are not displaying in the fashion as they should. The numbers and / or discs are missing and the line height is almost nill.

    #203579

    Guust
    Moderator
    Post count: 29970

    We would need to see the URL of the page where you have that issue.
    You need to target the lists CSS for those pages only, so you don’t turn on the numbers or disks everywhere else.

    #203581

    Steve
    Full Member
    Post count: 1019
    This reply has been marked as private.
    #203582

    Guust
    Moderator
    Post count: 29970

    Added this to GD > design > scripts > CSS

    
    
    .entry-content ol, ul {
       list-style-type: initial; 
       margin-left: 20px;     
       line-height: 2;
    }

    Please check and adjust as required. Thanks.

Viewing 4 posts - 1 through 4 (of 4 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket