If someone could tell me which file calls out the function wp_list_categories I could go into that file and just put a comma after the because wp_list_categories does excactly what I want, it’s just missing a comma.
That gave me the comma but it doesn’t sort the categories by the child id which I need.
nevermind i found it, it was hidden at the bottom with just <li instead of
table li {list-style:none} just hid the bullet but didn’t move categories over to the left. Which function file contains the bullets for category links? I removed the other ones by the template-function-general and posts but can’t find the category’s even in template-function-category.php