Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1015350

    Hello!

    I have a codeblock that I am using to toggle some content allowing you to “read more” or “read less”. \

    It is working as I want it to, however, the spacing is not working. I have a lot of <br>s in the codeblock to make my text readable. Unfortunately they are not being output on my site and all the text is one long paragraph. I tried adding a class to the code block (<br class=”block”>) and that broke my toggle.

    Everything else I have tried breaks the text into multiple <p> elements and I need to keep it all as one.

    Thanks for the help!

    #1015370

    Hey FZKFranziska,

    Have you tried this:

    <br />

    Best regards,
    Jordan Shannon

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.