Colums order on mobile

3 replies·opened Aug 5, 2021
F
flymacAug 5, 2021

Hello,

please see this page: http://themes.semicolonweb.com/html/canvas/demo-app-landing.html

under the slider section there are 3 columns, on the desktop the order is:
image + text + image + text and so on..

On mobile the order is: image + text + text + image...

I want it to be on mobile: image + text + image + text and so on...
I attach screenshot showing how I would like it (Photoshop)

I've read Bootstrap's guide on using the .order class but can't get what I want

Thank you

S
SemiColonWebSTAFFAug 5, 2021

Hello,

This is Definitely Possible!

Simply consider using this code instead replacing the old codes:

<div id="section-stunning-graphics" class="page-section topmargin bottommargin-lg">
	<div class="row flex-lg-row-reverse">

		<div class="col-lg-7 center">
			<img src="demos/app-landing/images/section/iphone-nexus.png" alt="Stunning Graphics" data-animate="fadeInRight">
		</div>

		<div class="col-lg-5">
			<div class="topmargin-lg d-none d-lg-block"></div>
			<img src="demos/app-landing/images/section/section-2-icon.png" alt="Image" style="display: block;" class="bottommargin-sm">
			<div class="emphasis-title bottommargin-sm">
				<span class="before-heading">Retina Ready &#x7E; 534 PPI</span>
				<h2 style="font-size: 42px;" class="font-body ls1 fw-normal">Stunning Graphics</h2>
			</div>
			<p style="color: #777;" class="lead">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Praesentium, vel! Eius pariatur nemo expedita.

			<a href="#" class="section-more-link">Learn More <i class="icon-angle-right"></i></a>
		</div>

	</div>
</div>

This will definitely work fine. We will update these codes in this Template in the next update. Hope this Helps!

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

F
flymacAug 5, 2021

Great, works great!

Thank you very much :)

S
SemiColonWebSTAFFAug 5, 2021

Very Happy to Help! :)

Do let us know if we can help you with anything else.

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