Assigning the flex-wrap property to a row

Hi. I am trying to overwrite the standard property of “flex-wrap” for a normal row element. When inspecting the row element in the Firefox Developer Tools, it looks like this:
image image
The standard value for flex-wrap is “wrap”, and it is assigned to .x-row-inner. I want to change that value, but anything I have tried has no effect. For example, inside the custom CSS of the row I have tried the following:
image
When I change the value to wrap-reverse inside the Firefox inspector, it behaves like expected.
Can you enlighten me about the CSS selector that I have to use so that it registers properly and takes effect?
Thank you!

Hello @striata,

Thanks for writing in!

You can override the Flex values in your row settings. Simply click the row and find the Setup options:

Note: We are unable to provide support for customizations under our Support Policy. If you are unfamiliar with code and resolving potential conflicts, you may need to contact a 3rd party developer for further assistance.

Best Regards.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.