How to put Category in different paragraf?
SKU and Category appear in one line
you can see on page i provide in private section
Hey Uroš,
Try this code in the General Styling > Quick CSS field:
.product_meta .posted_in:before {
content: "\A";
white-space: pre;
}
Best regards,
Mike
Worked like this
.product_meta .posted_in:before {
content: “\A”;
white-space: pre !important;
}
and thanks for help
Hi Uroš,
We’re glad that Mike was able to point you in the right direction. Do you need further help with this topic? :)
Best regards,
Sarah
that is all
thank you very much