Viewing 1 replies (of 1 total)
  • Plugin Author Greg Priday

    (@gpriday)

    Hi there Wadeal

    From the looks of things, the alignment problem is coming in because your theme isn’t resizing images inside widgets. If you add the following CSS to your theme or a child theme, alignment should sort itself out.

    .widget img{
       max-width: 100%;
       height: auto;
    }

    As for the layout on mobile devices. You just need to disable responsive mode. If you navigate to Settings > Page Builder. Under Display, disable Responsive.

Viewing 1 replies (of 1 total)
  • The topic ‘Rows don't align, displays illogically on mobile.’ is closed to new replies.