Topic: footer align not working
psarmaputra7 pro asked 7 years ago
<!--Footer--> <footer class="page-footer teal center-on-small-only pt-0"> <!--Copyright--> <div class="footer-copyright"> <div class="container white-text"> <p class="pull-left">© Company 2014</p> <div class="pull-right"> <ul class="right"> <li><a href="#">Pricing</a></li> <li><a href="#">Contact</a></li> <li><a href="#">Terms</a></li> </ul> </div> </div> </div> <!--/Copyright--> </footer> <!--/Footer-->https://i.imgur.com/kAeZw52.png Left company is working good but right side of anchor tags are not showing.
Marta Wierzbicka staff answered 7 years ago
<div class="d-flex justify-content-end">
to this <div class="d-md-flex justify-md-content-end">
.
Best,
Marta
psarmaputra7 pro commented 7 years ago
can you suggest me via code, as the above method works but for mobile devices it's not good? My requirement for the footer is really very simple: One copyright text at leftmost center empty right mode 3 links(t&c, privacy, DMCA) in the same row of copyright text. Hope that will not take much time for you.psarmaputra7 pro answered 7 years ago
Marta Wierzbicka staff answered 7 years ago
<ul></ul>
to the .footer-copyright
class which has height: 50px;
. If you want to have your <ul></ul>
visible, you need to change the height to height: auto;
.
Best,
Marta
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Pro
- Premium support: No
- Technology: General Bootstrap questions
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: Yes
- Provided link: Yes