Skip to main content

Side Image Card

Paragraphs

Side Image Card

An image-plus-text card: the image sits beside the text (40 % width, left or right), and everything stacks neatly on mobile. Use it for programme introductions, methodology sections — anywhere an image accompanies a block of text.

Live example

Example image

Image left (default)

The Side Image Card places an image next to a block of text — the image takes 40 % of the width, the text fills the rest. On mobile devices, image and text stack automatically.

The text may contain several paragraphs. Important: all paragraphs go inside one shared text wrapper.

Example image

Image right

Adding the class side-image-card-right moves the image to the right side — useful for alternating layouts.

<div class="side-image-card side-image-card-no-zoom">
<div class="side-image-card-body">
<div class="side-image-card-image"><img src="/images/Portfolio/Emlyon-BCO-Content.jpg" alt="Example image"></div>
<div class="side-image-card-text">
<h2 class="side-image-card-title">Image left (default)</h2>
<p>The Side Image Card places an image next to a block of text — the image takes 40&nbsp;% of the width, the text fills the rest. On mobile devices, image and text stack automatically.</p>
<p>The text may contain several paragraphs. Important: all paragraphs go inside <em>one</em> shared text wrapper.</p>
</div>
</div>
</div>

<div class="side-image-card side-image-card-right side-image-card-no-zoom">
<div class="side-image-card-body">
<div class="side-image-card-image"><img src="/images/Portfolio/Emlyon-BCO-Purpose.jpg" alt="Example image"></div>
<div class="side-image-card-text">
<h2 class="side-image-card-title">Image right</h2>
<p>Adding the class <code>side-image-card-right</code> moves the image to the right side — useful for alternating layouts.</p>
</div>
</div>
</div>

Additional classes (add them to the outer side-image-card element, freely combinable):

ClassEffect
side-image-card-rightImage on the right instead of the left
side-image-card-topAligns the image to the top instead of vertically centred (for long texts)
side-image-card-no-zoomDisables the hover zoom on the image (recommended for diagrams and GIFs)
side-image-card-square-imageSquare image corners instead of rounded
side-image-card-flatRemoves the card shadow

Structure: Inside side-image-card-body there must be exactly two direct children — one side-image-card-image and one single side-image-card-text wrapper containing all paragraphs.

The card title (side-image-card-title) automatically inherits the sitewide H2 styling.