Sorry. It depends on the sidebar.
If the page doesn’t have a sidebar the image is displayed above the title and if the page has a sidebar the image is displayed at the side of the title.
I’ve found the problem.
If you select a fixed category for the blog posts, the display is different.
I also found another bug.
It’s not possible to un-select a fixed category.
In case that GF will ouput special classes for this settings i added this :
#top .gform_body .small { width: 25%; }
#top .gform_body .medium { width: 50%; }
#top .gform_body .large { width: 100%; }
This works for the field size problem (please integrate it in the next release).
But the Dropdown Problem isn’t solved.
As you could see from the test-page this doesn’t work.
Now all fields have the fill width.
But the field-size must depend on the field setting (small, large, medium).
Also this doesn’t work for other input types (like select) and also it doesn’t solve the dropdown problem with the preset styles.