Full Width Quote Posted in : TheBlogger CfreytesParticipant 6 January 2018 at 19:32 #51860 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 serkanModerator 8 January 2018 at 12:01 #51875 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 TheBlogger WordPress Themeby pixelwars Login and Registration Log in · Register