Full Width Quote

  • Posted in : TheBlogger
  • Cfreytes
    Participant

    Hello,

    Is it possible to make the Blockquote use the full width allowed on the page?

    Currently, the blockquote is centered and not using the full width.

    @media screen and (min-width: 1200px) { .content-area:not(.with-sidebar) blockquote { width: 100%; font-size: 1.4em; } }

    Would this still look good on a mobile device?

    Thanks

    serkan
    Moderator

    Hi,
    You can try to use this custom css code;

    @media screen and (min-width: 768px) { .content-area:not(.with-sidebar) blockquote {
        width: 100%; font-size: 1.4em; max-width: none; padding-left: 0; padding-right: 0; } }

    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