ct-now-ui-kit-pro
ct-now-ui-kit-pro copied to clipboard
Example About-Us Page: Wrong display order when minimized
In the example about-us page, alternating images/text sections should both display the image first when minimized. See screenshots below.
Full sized window:
When minimized:
Is there any way to correct this? Thanks in advance!
Hi, @plascual! Thank you for using our products. On the responsive you can add a css to the .row class and put these props:
display: flex;
flex-direction: column-reverse;
Regards, Dragos