Full width area in a blog post Posted in : TheBlogger malaury10Participant 1 May 2018 at 13:04 #54073 Good morning, I would like to add some full width areas in my blog posts. For example, a new row with 3 columns that would be full width. Is there a shortcode for that? Thanks in advance. Malaury serkanModerator 1 May 2018 at 22:45 #54081 Hi, You can use the shortcode like this; [row] [column width="4"]Content here.[/column] [column width="4"]Content here.[/column] [column width="4"]Content here.[/column] [/row] After that, you can use this custom css code; .single-post .row { width: 100vw; max-width: none; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; margin-top: 1em; margin-bottom: 1.6em; } 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