linebreak between itemnumber and kategorie

I want to make in each article a linebreak after the partnumber so that the Kategorie will stand in a separate line.
Here a Picture:

Hope someone can help me

Hello there,

I hope you are doing well today.

You can use the following CSS code to insert a line break by going to Appearance > Customize > Additional CSS and pasting it there.

/*Line break*/
.product_meta span::before {
    display: block;
    content: "";
    white-space: pre;
}

Best Regards,
Support

Kindly regards for your answer.
The result ist now:

Artikelnummer:
1010
Kategorie: AGO Quart

But it should be:

Artikelnummer: 1010
Kategorie: AGO Quart

May you can help me again.
kindly regards

Hey there,
I hope you’re doing well today

Kindly share the URL to you website so we can look into this for you.

Unfortunately this is the best that can be done with CSS based on how the plugin is coded.
For more customization options I suggest you try a plugin such as Customize Woocommerce Shop – WordPress plugin | WordPress.org
Please note we haven’t tested this with the theme but offering it as a suggestion.

I hope this helps.

Best Regards,
Support

in the meantime i find the solution.
kindly regards.

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support