Title section | Minima - Documentation | JoomShaper

Minima

Updated Last: 16 February 2016

Title section

In almost all subpages there is a block with Name | sort slogans.

3 title aIt was built using a Custom HTML module and few lines of shortcodes.

title code

It creates two columns with Title and Slogans content.

<p>[row] [col class="span3"]</p>
<h1>Feature</h1>
<p>[/col] [col class="span9"]</p>
<div class="title-border">
<h3>We build connected brands</h3>
<h3>We are a digital marketing agency</h3>
</div>
<p>[/col] [/row]</p>