Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #703869

    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

    #703941

    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

    #704308

    Yes, worked like a charm :) Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Product meta on seperate lines’ is closed to new replies.