Viewing 1 replies (of 1 total)
  • Plugin Author Maidul

    (@maidulcu)

    Hi Devid,
    Your theme is overriding the css of team manager plugin

    This is the code i found on your theme

    .post-content ul ul{
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 1.5em;
    }

    Make it

    .post-content ul ul{
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 0;
    }

    This will solve the problem

Viewing 1 replies (of 1 total)
  • The topic ‘Alignment slightly off’ is closed to new replies.