Hi all,
I have a few issues regarding containers inside containers in SilkUI (Liverpool theme) vs London theme.
If I place a container B inside container A and define container B width to 11 col, I have:
Why "width by col" in SilkUI is based on parent container and in London is based on total width of page? Is it by default?
Best regards,
Abílio Matos
Hi Abilio.
Tame a look on Jorge's explanation here:
https://www.outsystems.com/forums/discussion/26483/resizing-widgets/
The reason is that on one you are using a Fluid Grid, and in the other (London) a Fixed grid.
You can change this in the theme properties:
https://www.outsystems.com/help/ServiceStudio/9.0/User_Interface/Theme_Properties.htm
Cheers
Eduardo,
Thank you for your answer. As always is also a simple answer.