Jump to content
  • 0

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


turner2f

Question

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  ?

 

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

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>
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...