body class

This topic contains 17 replies, has 4 voices, and was last updated by  Strong Coffee 9 years, 2 months ago.

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

Open Support Ticket

Tagged: , ,

  • Author
    Posts
  • #32743

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    for that having an extra class in GD pages won’t help.

    Just add this to your css:

    
    
    
    .geodir-x .x-2-3 ul {
        list-style: inside none disc;
    }

    Thanks

    p.s. without that css rule nothing would change either becasue X css too has list-style none for UL.

    #32906

    Strong Coffee
    Full Member
    Post count: 124

    But it does change. If you disable the Geodirectory style in the inspect element in Chrome you’ll see it default to:

    ul {
    list-style: disc;
    }

    and the lists show up just fine after (see screencap attachment).

    Also, the css you provided doesn’t work unless I change it to:

    .geodir-x .x-2-3 ul {
    list-style: disc;
    }

    So I do have it working now but maybe something to look into for the X compatibility pack?

    #32907

    Strong Coffee
    Full Member
    Post count: 124
    This reply has been marked as private.
Viewing 3 posts - 16 through 18 (of 18 total)

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

Open Support Ticket