• Hi there,
    I’m using a slightly self modified version of the scribbish theme. I haven’t done anything to the coding for the side bar. I recently merged two categories and then moved them underneath a parent. Now, when i look at the category list, there is a huge gap between the new category and the category underneath it. I have looked at the code and i do not see any reason for this (no stray characters, nothing). When i turn off hierarchy, everything seems to flow just fine. Got any ideas?

    http://www.foodiebuddha.com

Viewing 1 replies (of 1 total)
  • It’s a problem with how your theme styles sidebar ul, it adds a bottom margin to them. Hierarchy wraps the child categories in a ul and thus they get a margin (gap) at the bottom. Try adding this to your theme’s style.css and see if it helps:

    ul.children {
    	margin: 0 !important;
    	}
Viewing 1 replies (of 1 total)
  • The topic ‘Gaps in My Cateogyr Lists’ is closed to new replies.