Re-order for mobile

1 reply · opened Jun 10, 2020

Ffrederic80Jun 10, 2020

Is it possible to re-order for mobile? Is there a class available for that?
In this example on a big screen you will find the text first and on the right side the image. On mobile I want the image first before the text. (col-md-5 before col-md-7). Is that possible?


						
							
								Title
							
							
Lorem ipsum text.

						
					       
							
![attachment](images/home.png)

						
				  
SSemicolon WebSTAFFJun 10, 2020

Hello,

This is Absolutely Possible! Simply consider using the following code:


	
		
![attachment](images/home.png)

	
	
		
			Title
		
		
Lorem ipsum text.

	

This will definitely work fine. You can check more about these here: https://getbootstrap.com/docs/4.5/layout/grid/#reordering . Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard