Quotation mark and quotation width

  • Posted in : Read WP
  • Anonymous
    Inactive

    Dear Pixelwars,

    I figured out how to change the size of the quotation

    @media screen and (min-width: 1200px) {
    blockquote {
    font-size: 2em;
    }
    }

    but I would like to add the quotation mark at the end of the quotation section.

    Please see the screenshot: https://drive.google.com/file/d/0B5FEmmXsTIPYb1l2VlN2cms3RGc/view?usp=sharing

    I also would like to increase the width of the quotation section – please see this:
    https://drive.google.com/file/d/0B5FEmmXsTIPYNDZTWEg5cm1iUHc/view?usp=sharing

    BR,
    Maciej

    serkan
    Moderator

    Hi Maciej,

    You can use this custom css code;

    blockquote:after { display: block; content: "\201C"; line-height: 1; font-size: 6em; font-family: Georgia,"Times New Roman",Times,serif; position: absolute; right: 0; color: #ddd; transform: rotateY(180deg); }

    You can use this custom css code for your second question;

    blockquote { padding: 1em; }

    Thanks

Viewing 2 posts - 1 through 2 (of 2 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