×
FREE ASSISTANCE FOR THE INQUISITIVE PEOPLE
Tutorial Topics
X
softetechnologies
Customizing dropdown menu create by bootstrap Bootstrap Footer with copyright text and footer menu
Bootstrap Large Footer [ 3/4 columns footer ] - Bootstrap 3
7272    Arnab De    18/05/2017

Bootstrap 3 column larger footer

Most of the modern web sites have a large footer for every page. Under the Topic Bootstrap Large Footer we demonstrate how we create different footer in different web site. Generally, this footer is consists two, three or four columns. We already know about the bootstrap column system. Those have total 12 equal width columns. Therefore if we want to create

  1. 2 columns then we must create two columns of width 6. [6 * 2 =12]
  2. 3 column then we must create three columns of width 4. [4 * 3 =12]
  3. 4 column then we must create four columns of width 3. [3 * 4 =12]

N.B. we must download and placed the bootstrap.min.css file in the home folder.

softetechnologies

Bootstrap Large Footer: 3 columns

<section id="upper-footer">
<!-- Three Column -->
<div class="container">
<div class="row">
<div class="col-md-4">
<h3>Heading 1</h3>
<p>On the Insert tab, the galleries include items that are designed to coordinate with the overall look of your document.</p>
</div>
<div class="col-md-4">
<h3>Heading 2</h3>
<p>On the Insert tab, the galleries include items that are designed to coordinate with the overall look of your document.</p>
</div>
<div class="col-md-4">
<h3>Heading 3</h3>
<p>On the Insert tab, the galleries include items that are designed to coordinate with the overall look of your document. </p>
</div>
</div>
</div>
</section>

#upper-footer
{
background-color: #aaa; 
min-height: 300px;
padding: 25px 0 25px 0;
}

#upper-footer h3
{
border-bottom: solid 4px #000;
padding-bottom: 5px;
width:100%;
}

#upper-footer p
{
text-align: justify;
}

softetechnologies

Bootstrap Large Footer: 4 columns

 
<section id="upper-footer">

<!-- Four Column -->
<div class="container">
<div class="row">
<div class="col-md-3">
<h3>Heading 1</h3>
<p>On the Insert tab, the galleries include items that are designed to coordinate with the overall look of your document.</p>
</div>
<div class="col-md-3">
<h3>Heading 2</h3>
<p>On the Insert tab, the galleries include items that are designed to coordinate with the overall look of your document.</p>
</div>
<div class="col-md-3">
<h3>Heading 3</h3>
<p>On the Insert tab, the galleries include items that are designed to coordinate with the overall look of your document.</p>
</div>
<div class="col-md-3">
<h3>Heading 4</h3>
<p>On the Insert tab, the galleries include items that are designed to coordinate with the overall look of your document.</p>
</div>
</div>
</div>
</section>

softetechnologies

#upper-footer
{
background-color: #aaa;
min-height: 300px;
padding: 25px 0 25px 0;
}

#upper-footer h3
{
border-bottom: solid 4px #000;
padding-bottom: 5px;
width:100%;
}

#upper-footer p
{
text-align: justify;
}

Video Tutorials

Customizing dropdown menu create by bootstrap Bootstrap Footer with copyright text and footer menu
softetechnologies
Author Details
Arnab De
I have over 16 years of experience working as an IT professional, ranging from teaching at my own institute to being a computer faculty at different leading institute across Kolkata. I also work as a web developer and designer, having worked for renowned companies and brand. Through tutorialathome, I wish to share my years of knowledge with the readers.
Enter New Comment
Comment History
No Comment Found Yet.
Swami Vivekananda
Education is the manifestation of the perfection already in man.
Swami Vivekananda
537
78.5
Today So Far
Total View (Lakh)
softetechnologies
26/05/2018     53634
25/06/2018     44652
01/01/2018     43347
28/06/2017     40988
02/08/2017     39938
01/08/2017     34003
06/07/2017     33838
15/05/2017     33082
11/09/2018     29681
14/07/2017     29487
softetechnologies