WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
........; container-footer-2 { max-width: 100%; background-color: #c22e2e;......
Hi, thanks for your reply. I couldn't find my post and looked everywhere for it. Easier to search with direct message which I am doing now. I would like to use this template but a different footer. https://template.WebsiteBaker.org/pages/frontend-templates/demo-jbd.php?template=revero I tried customising it but my lacked of expereince in CSS didn't help much. What I would like to merge is the black footer on this website: https://www.derekprince.com/en-gb Thank you.
unfortunately all fromatings are written in ZN1, that is not so nice to "read" for us humans, but should bring a few milliseconds time saving when calling.
<!--========================== Footer ============================--> <footer id="footer"> <div class="container">.... </footer><!-- #footer -->
<!--========================== Footer ============================--> <footer id="footer"> <div class="container"><img src="https://assets-global.website-files.com/60ef8ad6a624ec477fda811d/6101f274c87a2f247062b4ca_logo_derek_prince_uk_01_white.svg" loading="lazy" alt="White Derek Prince Ministries UK logo" class="image-logo-1" width="190" height="41">... </footer><!-- #footer -->
#footer { /*background: #f2f5f8; padding: 0 0 30px 0;*/ font-size: 14px; background: #000; max-width: 100%; background-color: #111; padding-top: 60px; padding-bottom: 200px;}...#footer .credits { text-align: center; font-size: 13px; /*color: #555;*/ color: #fff;}
Here is a quick adjustment of the color and height. Is this the direction it should go?https://wbneu.umojasingers.de/The changes are searched with the developer tool of the browser (F12) and then changed in the template at the right places.
<div class="columns"></div><div class="column"></div><div class="column2"></div>.columns { display: flex; flex-direction: row; flex-wrap: wrap; margin-bottom: 10px; width: 100%;}.column { column-width: auto; float: right;}.column2 { column-width: auto; float: left;}
We need a link to your real installation.
<div class="social-links float-right"> <a href="#" class="twitter"><i class="fa fa-twitter"></i></a> <a href="#" class="facebook"><i class="fa fa-facebook"></i></a> <a href="#" class="instagram"><i class="fa fa-instagram"></i></a> <a href="#" class="google-plus"><i class="fa fa-google-plus"></i></a> <a href="#" class="linkedin"><i class="fa fa-linkedin"></i></a> </div>
<footer id="footer"> <div class="container"><img src="https://assets-global.website-files.com/60ef8ad6a624ec477fda811d/6101f274c87a2f247062b4ca_logo_derek_prince_uk_01_white.svg" loading="lazy" alt="White Derek Prince Ministries UK logo" class="image-logo-1" width="190" height="41"> <div class="social-links float-right"> <a href="#" class="twitter"><i class="fa fa-twitter"></i></a> <a href="#" class="facebook"><i class="fa fa-facebook"></i></a> <a href="#" class="instagram"><i class="fa fa-instagram"></i></a> <a href="#" class="google-plus"><i class="fa fa-google-plus"></i></a> <a href="#" class="linkedin"><i class="fa fa-linkedin"></i></a> </div>