Full width area in a blog post

  • Posted in : TheBlogger
  • malaury10
    Participant

    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

    serkan
    Moderator

    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
Login and Registration Log in · Register