Bricks Version: 1.4
Browser: Microsoft Edge (Chromium)
OS: Windows
[I have added three elements in container, and added ”flex grow value 1” to one one of that three elements, it works is desktop but in other breakpoints it doesn’t effect]
Bricks Version: 1.4
Browser: Microsoft Edge (Chromium)
OS: Windows
[I have added three elements in container, and added ”flex grow value 1” to one one of that three elements, it works is desktop but in other breakpoints it doesn’t effect]
Hi Muhammad,
flex-grow allows the element to grow if there is enough space available. This is no longer the case on smaller viewports, and therefore it looks like it won’t work, I think. Flexbox decides if there is enough space, depending on the width of the viewport, the width and the content of the respective elements.
Feel free to provide your example as a template file so I can take a look.
Best regards,
timmse