Align the form left, right or center

make it possible to align the form right, left or center

1 Like

Hi there @Crepin_Nzenguet :wave:

Many thanks for sharing your idea with us!

We agree that it would be amazing to have this setting in the widget editor. We’ll try to think about this opportunity in the future :slightly_smiling_face:

As for now, you are most welcome to align your form using this code:

@media (min-width: 600px) {
  [class*='Content__WidgetContainer-sc'] {
    margin-left: 30px !important;
  }
}

Please add it to the Custom CSS field on the Appearance tab of your widget’s settings and let me know if it helped :slightly_smiling_face:

2 Likes