Footer
We created page footer with 4 columns. The footer you see in demo is structured with contact information, newsletter form and button “scroll up”.
... <div class="footer"> <div class="row footer-grid animate-text"> ONE COLUMN <div class="small-12 large-3 columns"> <div class="footer-content"> footer content </div> </div> ... LAST COLUMN <div class="small-12 large-3 columns"> <div class="footer-content"> <class="btn btn-border-animate" id="scroll-up"> arrow icon "scroll up" </div> </div> </div> ...