Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #831509

    How to put Category in different paragraf?

    SKU and Category appear in one line

    you can see on page i provide in private section

    #831513

    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

    #831600

    Worked like this

    .product_meta .posted_in:before {
    content: “\A”;
    white-space: pre !important;
    }

    and thanks for help

    #831720

    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

    #831801

    that is all

    thank you very much

    #831817

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘SKU and Category in one line’ is closed to new replies.