Relative width (e.g. % width)

Allow % instead of requiring absolute px width.
Full width option forces 100%. I would like to be able to have width set to 90%.

1 Like

I agree that it would be awesome to have this opportunity right in the configurator. We’ll try to consider this idea in the future updates!

As for now, you can use this code:

[class*="Main__Inner"] {
  max-width: 70% !important;
}

Just add it to the Custom CSS field on the Appearance tab and let me know if it helped :slightly_smiling_face:

Perfect! thanks!

1 Like

No sweat!