How to add a header and a page info?


We've predefined for you four custom headers, you can switch between them by copy-pasting the one you liked the most. However, you can still build your own header by using the classes described below.

<!-- Header markup -->
<div class="header [add some helpers here]"></div>

<!-- Page info markup -->
<div class="page-info [add some helpers]">
	<div class="page-info-container">
		<div class="container">
			<div class="row">
				<div class="col-md-12">
					<h1 class="page-title">[Page title]</h1>
					<h2 class="page-description">[Page description]</h2>
				</div>
			</div>
		</div>
	</div>
</div>


Last update:
2015-05-15 12:06
Author:
Cristina Cavruc
Revision:
1.1
Average rating:0 (0 Votes)