in Drupal 7 you have two content types by default ("Article", "Basic page"). On this page www.site.com/admin/structure/types you can set up a new Content Type (e.g. "My type 1", "My type 2") having in mind your specific reasons. However, the list does not have a row height (ordering) option for this list and I am unable to find any solutions for that.
Given examples above, current Content Type list will always have the following sequence:
- Article
- Basic page
- My type 1
- My type 2
The problem is that when a content manager wants to create new content (www.site.com/node/add) he sees exactly same sequence of content type options and might intuitively choose "Article" rather than "My type 1" if not instructed.
In other admin pages like Blocks, Main Menu List Links etc. I have an option to move items up and down (or to "change weight"). How can I achieve the same for Content Type List, so that "Article" and "Basic" comes below "My type"?