hey silviog,
i have exactly the same problem.
Even if i put it it in a table like this
<table border="1">
<tbody>
<tr>
<td><strong>Artikelnr.:</strong> [custom_field name="artikelnummer_intern" filter="wrapper"]<span class="my_class">[+content+]</span>[/custom_field]</td>
</tr>
</tbody>
</table>
its still stays on top of the content.
Did you already sort this problem out?
cheers
instant
ok,
found a solution.
Dont know if thats the proper way, but its working.
Install
https://ww.wp.xz.cn/plugins/allow-php-in-posts-and-pages/
and then insert the fields like this into the Editor
[php]print_custom_field('artikelnummer_intern:wrapper', array('<span class="my_class"><strong>myfield</strong>:','</span>') );[/php]
cheers
Thanks for the solution, it resolves to show the content,
but the plugin problem remains.