Add the class mzp-l-split-body-narrow
to the outer container (mzp-c-split
)
to make the body 1/3rd width and the media 2/3rds.
Note these proportions only appear in wider viewports. It will still be 50/50 in medium viewports and stacked in narrow viewports.
<section class="mzp-c-split mzp-l-split-body-narrow">
<div class="mzp-c-split-container">
<div class="mzp-c-split-body ">
<h1 class="mzp-u-title-md">Lorem ipsum dolor sit amet</h1>
<p>Lorem ipsum dolor sit amet, amet dolores tincidunt te sea. His aliquid epicuri detraxit in, cum tantas populo periculis te. Ei vix idque noster.</p>
<p><a class="mzp-c-button" href="#">Call to action</a></p>
</div>
<div class="mzp-c-split-media ">
<img class="mzp-c-split-media-asset" src="../../img/image-16-9.jpg" alt="" srcset="../../img/image-16-9-high-res.jpg 2x">
</div>
</div>
</section>