Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #328244
    Buttermelts
    Participant

    Hello,

    I was wondering if it would be possible to divide content as shown in the following image using cornerstone:

    As you can see I’d like to divide the bottom right column into the sections as shown. I’m aware that you can use a block grid element to achieve something like this, but I’ve noticed that I can only edit the elements within each block grid item by inserting shortcodes instead of being able to drag and drop like regular columns and rows. There’s also no way to edit the styling of the content within the block grids other than custom css. Everything within the block grid also appears to be contained within <li></li> tags on the actual page, but I don’t want the content to be a list.

    Is there any other way of dividing up content like this in cornerstone other than block grids? Thanks.

    #328255
    Christopher
    Moderator

    Hi there,

    You can achieve the layout only with custom code as nested sections are not allowed.
    You can add following HTML code in text element to achieve the layout :

    <div id="section">
    <div class="x-column x-sm x-1-2">some content</div>
    <div class="x-column x-sm x-1-2">some content</div>
    </div>
    <div id="section">
    <div class="x-column x-sm x-1-1">some content</div>
    </div>

    Hope it helps.

    #328666
    Buttermelts
    Participant

    Works nicely, thanks.

    Any chance something like this will ever become native to the cornerstone UI for X?

    #328696
    Jonathan L
    Participant

    I would also love to see this feature in Cornerstone as I have had use for it recently!

    #328723
    Nico
    Moderator

    Hi Guys,

    I will forward this thread to our head staff to be added as a feature request for cornerstone. This is a +2 vote for this feature. 1 for buttermelts and 1 for Jonathan L. I could not guarantee that this will be added however I am sure that your vote is counted and this feature will undergone assessment if it will be added in our updates.

    Thank you so much for helping our theme and cornerstone to make it great. You guys rock! 🙂

    Feel free to post more feature request in a new thread.

    Have a wonderful day.

    #328897
    Aaron D
    Participant

    Add +1 for me too for nested sections/columns!

    #328964
    Zeshan
    Member

    Thank you for your feedback, Aaron! We’ve counted your vote.

    #336118
    MrTyree
    Participant

    Thank you for the solution Nico, may you please add me as a vote as well.

    #336255
    Nabeel A
    Moderator

    Thank you for your feedback, your vote has been counted.

    Cheers!

    #382521
    BookSpecials
    Participant

    My vote too:)

    #382663
    Christian
    Moderator

    Thanks for your feedback. 🙂

    #612969
    pylon
    Participant

    Me too please!

    #612997
    Jack
    Keymaster

    Thanks for your vote Pylon! Vote counted. 🙂

    #669884
    Daniel
    Participant

    Please place a vote for me as well. This feature would be great and offer a lot more flexibility!

    #669924
    Paul R
    Moderator

    Noted. Have a great day!

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