SHADOWS: 3 Columns on Desktop, Middle Column Top on Mobile

Miva Knowledge Base
Want to start an online store? We work with you from start to finish, from commerce platform to design to SEO.
Experience counts, and we have a lot.
Important Notice: This information is for internal reference only. Use at your own risk.

SHADOWS: 3 Columns on Desktop, Middle Column Top on Mobile

Scot Ranney • March 07, 2024


This also utilizes the o-layout--row-reverse--l class. Maybe a good thing as far as SEO goes because the content would come before the menu.

<section class="o-layout o-layout--row-reverse--l">

<div class="o-layout__item u-width-12 u-width-10--l">
	<div class="o-layout">
		<div class="o-layout__item u-width-12 u-width-9--l">
			CENTER 9 col on desktop, TOP ROW on mobile
		</div>
		<div class="o-layout__item u-width-12 u-width-3--l">
			RIGHT 3 col on desktop, SECOND ROW on mobile
		</div>
	</div>
</div>
<div class="o-layout__item u-width-12 u-width-2--l">
	LEFT column on desktop, LAST ROW on mobile
</div>

</section>

https://www.scotsscripts.com/mvblog/shadows-3-columns-on-desktop-middle-column-top-on-mobile.html

mvkb_shadows