Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #1548
    Armen T
    Participant

    Is it possible to do this?

    #1550
    Kory
    Keymaster

    Armen,

    Unfortunately, no. WordPress will see the first [/column] tag for your nested column and place it towards the parent. This ultimately causes errors and will mess up your layout. Additionally, the columns wouldn’t necessarily collapse correctly as the site sizes down, creating further issues.

    However, if you need a “column within a column” type situation, using one of our smaller column widths should allow you to achieve what you’re after. Just out of curiosity, could you explain a little more of what you’re trying to accomplish with this type of setup so we can try and creatively brainstorm if there’s another solution? 🙂

    Thanks!

    #1558
    Armen T
    Participant

    I wanted to place 3 buttons side by side at the bottom of a column, and I thought placing each of them in a column would do the trick.

    No big deal. However, I think you’re able to do this with the likes of Visual Composer.

    #1559
    Kory
    Keymaster

    Armen,

    Try something like this:

    [column type="whole" last="true"]
    ...your content...
    [/column]
    [column type="one-third"]
      [button][/button]
    [/column]
    [column type="one-third"]
      [button][/button]
    [/column]
    [column type="one-third" last="true"]
      [button][/button]
    [/column]

    Using this you should be able to achieve the look you’re after.

    Let us know!

  • <script> jQuery(function($){ $("#no-reply-1548 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>