Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example About-Us Page: Wrong display order when minimized #58

Open
pascalthivierge opened this issue Nov 20, 2019 · 1 comment
Open

Comments

@pascalthivierge
Copy link

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!

@dragosct
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants