Responsive problem - Forum

Forum Navigation
You need to log in to create posts and topics.

Responsive problem

Hi guys,

I have made a responsive app, with two columns first one content image, and the second one content text,

How can I equalize the height of the text container and the image container?

Uploaded files:
  • You need to login to have access to uploads.

Hi @asmat

for the container use
neo-row neo-row-equal

and for every element use
neo-col-6

Uploaded files:
  • You need to login to have access to uploads.

@smartmedia,

Thanks for your reply, but it lost the responsivity!

 

Uploaded files:
  • You need to login to have access to uploads.

Hi @asmat

for the container use
neo-row neo-row-equal

and for every element use
neo-col-sm-12 neo-col-md-12 neo-col-lg-6

This way you will have two columns in big screens and one column in medium and small ones.

asmat has reacted to this post.
asmat

Thank you so much, master @luishp