Issue #3089Opened October 22, 2020by theSC0RP0 reactions

Issue with responsive design.

Question

When I switch to the mobile view, the elements on the screen are just squeezed. (I am using the grapesjs-blocks-basic plugin) In the screenshots below, a have a column with 2 cells. I expect it to be converted to rows in the mobile view <br/> Screenshot (179) <hr/> Screenshot (178) <br> The code for the deviceManager is:

deviceManager: {
      devices: [{
          name: 'Desktop',
          width: '', // default size
        }, {
          name: 'Mobile',
          width: '400px', // this value will be used on canvas width
          widthMedia: '480px', // this value will be used in CSS @media
      }]
},

Answers (2)

Ju99ernautOctober 23, 20200 reactions

Try using flexGrid

theSC0RPOctober 23, 20200 reactions

@Ju99ernaut Thank you so much. Using flexGrid solves the issue.

Related Questions and Answers

Continue research with similar issue discussions.

Paid Plugins That Match This Issue

Curated by issue keywords and label relevance to help you ship faster.

View all plugins

Loading paid plugin recommendations...

Browse Plugin Categories

Jump directly to plugin category pages on the marketplace.