Hi!
The product meta (Tags, category etc) is displaying in one line. Is it possible to have them on seperate lines? Such as:
Category: category1
Tags: tags1, tags2
And not: Category: category1 Tags: tags1, tags2
Hey luckylobo10,
Kindly add this code to Quick CSS (Located in Enfold > General Styling):
span.sku_wrapper,
span.posted_in,
span.tagged_as {
display: block;
}
Let us know if it works :)
Best regards,
Nikko
Yes, worked like a charm :) Thanks!