-
AuthorPosts
-
December 13, 2013 at 10:42 am #1548
Armen TParticipantIs it possible to do this?
December 13, 2013 at 11:48 am #1550
KoryKeymasterArmen,
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!
December 13, 2013 at 7:50 pm #1558
Armen TParticipantI 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.
December 13, 2013 at 8:15 pm #1559
KoryKeymasterArmen,
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!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1548 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
