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>

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...