Skip to content

Instantly share code, notes, and snippets.

@elmastudio
Last active December 26, 2018 21:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save elmastudio/011bcfb210482104ecae to your computer and use it in GitHub Desktop.
Save elmastudio/011bcfb210482104ecae to your computer and use it in GitHub Desktop.
Code to paste into the Services Page Template of our Zeitreise WordPress theme.
<div class="services-box cf">
<div class="service cf">
<div class="service-header">
<div class="centered-wrap">
<div class="centered">
YOUR SERVICE 1 TEXT HERE
</div>
</div>
</div>
<div class="service-thumbnail">UPLOAD YOUR SERVICE IMAGE 1 HERE (width 1280px)</div>
</div>
<div class="service cf">
<div class="service-header">
<div class="centered-wrap">
<div class="centered">
YOUR SERVICE 2 TEXT HERE
</div>
</div>
</div>
<div class="service-thumbnail">UPLOAD YOUR SERVICE IMAGE 2 HERE (width 1280px)</div>
</div>
<div class="service cf">
<div class="service-header">
<div class="centered-wrap">
<div class="centered">
YOUR SERVICE 3 TEXT HERE
</div>
</div>
</div>
<div class="service-thumbnail">UPLOAD YOUR SERVICE IMAGE 3 HERE (width 1280px)</div>
</div>
<div class="service cf">
<div class="service-header">
<div class="centered-wrap">
<div class="centered">
YOUR SERVICE 4 TEXT HERE
</div>
</div>
</div>
<div class="service-thumbnail">UPLOAD YOUR SERVICE IMAGE 4 HERE (width 1280px)</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment