ct-now-ui-kit-pro icon indicating copy to clipboard operation
ct-now-ui-kit-pro copied to clipboard

Example About-Us Page: Wrong display order when minimized

Open pascalthivierge opened this issue 5 years ago • 1 comments

In the example about-us page, alternating images/text sections should both display the image first when minimized. See screenshots below.

Full sized window: image

When minimized: image

Is there any way to correct this? Thanks in advance!

pascalthivierge avatar Nov 20 '19 20:11 pascalthivierge

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

dragosct avatar Nov 21 '19 10:11 dragosct