Jump to content
  • 0

How Do We Add a 4-Column Footer to the site?


Question

Posted

Now that we have a header for our Blesta pages

1) - How Do We Add a 4-Column Footer to the entire site ?

2) - And how do we add ( reference )  CSS for the background color and the fonts for the footer ?

3) - How Do We Add a 4-Column Footer to the Login page ?

4) - How do we ensure that the  4-Column Footer will be "responsive" for mobile phones and tablets  ?

 

4 answers to this question

Recommended Posts

  • 0
Posted

Awesome :):)

 

But still did not find any posts that say how and which files to add a footer to.

What are the files , the exact lines , and the code that should be used for BOTH the "regular" Blesta pages AND also to the "login" page ?

  • 0
Posted

Bootstrap 3 Responsive 4 Footer, if boots4 alpha use col-lg-3

<footer class="myfooter">
  
     <div class="col-md-3">
        Content Here
     </div>     <!-- Column 1 -->
     <div class="col-md-3">
        Content Here
     </div>     <!-- Column 1 -->
     <div class="col-md-3">
        Content Here
     </div>     <!-- Column 1 -->
     <div class="col-md-3">
        Content Here
     </div>     <!-- Column 1 -->
  
  
</footer>

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...