Hello,

I am trying to create a bootstrap system that is able to shift my cell downward.

Cek this out: http://www.innovation.web.id/One/portfolio-filter.php

There is a big space between the footer and the :

Lorem ipsum dolor sit amet, consectetuer adipiscing
elit, sed diam nonummy nibh euismod
tincidunt ut laoreet dolore magna aliquam
erat volutpat.
dolore magna aliquam

Text.

My point is the upper items (text and icons) is already fluid but it does not able to shift the footer downward.

So I wonder how to code it so that it is able to shift the footer downward.

Here is my current code:

portfolio-filter.php

<br><br><br><br>
<!-- <img src="Images/Portfolio/clients.jpg"> -->
<div id="greybar">

<div class="row">
<div class="col-sm-4"><div id="clients"><center><img src="Images/Portfolio/client1.jpg"></center></div></div>
<div class="col-sm-4"><div id="clients"><center><img src="Images/Portfolio/client2.jpg"></center></div></div>
<div class="col-sm-4"><div id="clients"><center><img src="Images/Portfolio/client3.jpg"></center></div></div>

<div class="col-sm-12">

<br><br><br><br><br><br>
<div align="center">
Lorem ipsum dolor sit amet, consectetuer adipiscing <br>elit, sed diam nonummy nibh euismod <br>tincidunt ut laoreet dolore magna aliquam<br> erat volutpat.<br>
<b>dolore magna aliquam</b><br><br>
</div>
</div>

</div>
</div>


<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br>


<?php include('footer.php'); ?>
Member Avatar for janetriever

If you want to shift the footer downward, you just apply margin-top to the #footerbar

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.