turner2f Posted November 20, 2016 Report Posted November 20, 2016 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 ? Quote
0 Michael Posted November 20, 2016 Report Posted November 20, 2016 Please go to: getbootstrap.com and follow their guides and tips. And if you are really new to Html / css I highly recommend as you are young to use the site I used when I was 14. w3schools.com and that will help you a lot. Quote
0 turner2f Posted November 21, 2016 Author Report Posted November 21, 2016 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 ? Quote
0 JNdev Posted November 21, 2016 Report Posted November 21, 2016 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> Paul, Michael and Blesta Addons 3 Quote
0 turner2f Posted November 22, 2016 Author Report Posted November 22, 2016 @Jawanet Thanks Jawanet. We got it going. Thanks for the springboard ( CSS code ) . Quote
Question
turner2f
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.