Viewing 1 replies (of 1 total)
  • Plugin Author Aurovrata Venet

    (@aurovrata)

    Good question! Can you try adding the following CSS rules to your page to see if it fixes the issue:

    .cf7-smart-grid.has-grid .wpcf7-form-control.cf7sg-imagegrid{ width: auto !important;}
    
    .hybrid-dropdown .hybriddd-grid ul.hybriddd-options {
      grid-template-columns: repeat(auto-fit, minmax(calc(var(--hybriddd-item,max-content) + var(--hybriddd-gap)), 1fr)) !important;
    }

    If the above works, I will release the fix.

Viewing 1 replies (of 1 total)
  • The topic ‘Image Grid Responsiveness not working for Dynamic Checkbox’ is closed to new replies.