• Resolved academiepf

    (@academiepf)


    Hi I need help fixing look for Org Chart on the bottom of my page
    it’s CSS related and I put this for my site but doesn’t fix it.
    Need help please.

    .jOrgChart table td {
    padding: 0px;
    border-bottom: 0px;
    vertical-align: top;
    text-align: center;
    }

    .jOrgChart table {
    padding: 0px;
    border-collapse: unset !important;
    vertical-align: top;
    }

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author G Matta

    (@gangesh)

    Your CSS is almost correct. Only thing was theme style was overriding it. Try this please

    .jOrgChart table td {
    padding: 0px !important;
    border-bottom: 0px;
    vertical-align: top;
    text-align: center !important;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘CSS messes up org chart, help’ is closed to new replies.