Hi,
The order of the standard fields cannot be changed. Sorry about that.
It might be an option to disable the fields you don’t want, buy the add-on, and add extra metafields at the place you want.
Hmm, you mean all the output for each entry, like author, date, etc?
This CSS might be what you need for that:
body #gwolle_gb .gb-entry *,
body #gwolle_gb .gb-entry .gb-author-info,
body #gwolle_gb .gb-entry .gb-entry-content {
display: inline;
}
body #gwolle_gb .gb-entry div.gb-metabox-line {
display: block;
}
body #gwolle_gb .gb-entry div.gb-metabox-line.gb-metabox-line-starrating * {
display: inline-block;
}
body #gwolle_gb .gb-entry div.gb-metabox-line.gb-metabox-line-ajax {
display: none;
}