• Resolved Behnam Nikkhah

    (@bnikkhah)


    Is it possible to wrap containers? This is very helpful when a section requires a a full-width background image or color without being constrained to the container. Here’s an example of what I mean:

    <div class="wrapper"> <-- an extra div wrapping a container
      <div class="container">
        <div class="row">
          etc.
        </div>
      </div>
    </div>

    I realize this can be achieved using a WordPress group block, but is there a better way to do this using the plugin?

    Thank you for your help!

Viewing 1 replies (of 1 total)
  • Plugin Contributor tschortsch

    (@tschortsch)

    I think wrapping it in a group block is the way to go. Since Bootstrap doesn’t support background images for the container or the row components we didn’t add this feature to the blocks as well. We try to stick to whatever Bootstrap offers.

Viewing 1 replies (of 1 total)
  • The topic ‘Wrapping containers’ is closed to new replies.