Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #914284
    behole
    Participant

    Is this possible? I have tried a variety of different css options and cant seem to nail it down. I have attached a lil screenshot to visually represent what I am trying to do.

    edit: green = block item 1
    blue = block item 2

    #917055
    Rahul
    Moderator

    Hi,

    You can do so by adding adding a row in cornerstone and changing its size. (See screenshot).

    #926905
    behole
    Participant

    Thank Rahul

    I should have included this but didn’t want to confused the question.

    – this block-grid would be inside an accordion
    – the accordion is in a section thats currently divided 1/4 + 3/4 and is in the later.

    Sorry. I tried to keep it simple but instead confused the issue.

    #978138
    Lely
    Moderator

    Hi There,

    Thank you for the clarification. Please add class to the block-grid element. For example, add class custom-block-grid. Then add the following CSS on Appearance > Customize > Custom > Edit Global CSS

    .custom-block-grid.two-up>li:first-of-type {
        width: 75%;
        margin-right: 5%;
    
    }
    .custom-block-grid.two-up>li+li {
        width: 20%;
    }

    Hope this helps.

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