Line Breaks for Blockquotes

  • Posted in : TheBlogger
  • buzzbishop
    Participant

    I am using Oliver.

    I would like to have a 700px wide container for block quotes centered in the page. I think I have achieved that, but it strips out line breaks in the quote.

    I have used <p> and <br> and both just end up stripped and all I get is a wall of text instead of 3 paragraphs.

    http://blog.buzzbishop.com/geek/advice-for-canadians-who-want-to-be-on-survivor/

    TIA.

    serkan
    Moderator

    Hi,
    This custom css code should work for you;

    blockquote, blockquote p { max-width: 700px; }

    Thanks

    buzzbishop
    Participant

    Thanks, it’s not helping with the line breaks. i still get a wall of text.

    serkan
    Moderator

    Hi,
    It looks like this on my side;
    https://imgur.com/a/kqT5p1b
    Please clear your browser cache and check it again.
    Thanks

    buzzbishop
    Participant

    That is what I see as well, there should be 4 <p> breaks within that. None of them are appearing despite being marked.

    The problem is the blockquote tag produces a wall of text, it won’t recognize coded line breaks.

    serkan
    Moderator

    Hi,
    I will forward this topic to our developers and I will keep you updated.
    Thanks for your patience.

    ahmetsali
    Keymaster

    Hi, you can add this custom css code;

    blockquote p {
        display: block;
    }
    
Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register