• And I am using Gutenberg 2.1.0. So I added two feature blocks to this page and it looks very nice in the editor, but after I published the page, it just places all the features below each other.

    What can i do to troubleshoot this with you.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Gareth

    (@catapult_themes)

    Thanks Birgit. I’ll issue an update shortly.

    Gareth

    That’s awesome! Thank YOU!

    Plugin Author Gareth

    (@catapult_themes)

    Hi

    It looks like I need to do some additional work on this block as the image upload feature has stopped working since Gutenberg 2.1. In the meantime, you can use this CSS to fix your issue temporarily:

    @media screen and (max-width:768px) {
      .wp-block-gfblocks-feature-block.gfblocks-cols-2 .gfblocks-block {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
      }
    }
    .gfblocks-block {
      box-sizing: border-box;
    }

    Hope that helps.

    Gareth

    • This reply was modified 6 years, 10 months ago by Gareth.
    Plugin Author Gareth

    (@catapult_themes)

    Just to let you know that this should be fixed with version 1.0.1

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Display on site not in columns’ is closed to new replies.