• Resolved modusproject

    (@modusproject)


    Hello,

    Hey, so I have been working on this new site and this is the code for my footer. I am new to this and someone can definitely help me out a lot faster than searching the web. The code is below. Just want to centre it!
    `<?php
    /**
    * The template for displaying the footer.
    *
    * Contains the closing of the #content div and all content after
    *
    * @package fortunato
    */
    ?>

    </div><!– #content –>

    <footer id=”colophon” class=”site-footer” role=”contentinfo”>
    <div class=”site-info smallPart”>
    “><?php printf( esc_html__( ‘Copyright ? 2015 Modus Project’, ‘All Rights Reserved’ ), ‘WordPress’ ); ?>
    <span class=”sep”> | </span>
    <?php printf( esc_html__( ‘All Rights Resered.’, ‘Reserved’ ), ‘Fortunato’, ‘CrestaProject’ ); ?>
    </div><!– .site-info –>
    </footer><!– #colophon –>
    </div><!– #page –>
    <i class=”fa fa-angle-up fa-lg”></i>
    <?php if (is_active_sidebar( ‘sidebar-1’ ) ) : ?>
    <div class=”openSidebar”><i class=”fa fa-bars”></i></div>
    <?php endif; ?>
    <?php wp_footer(); ?>

    </body>
    </html>

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Having trouble to center my footer! Fortunato Theme!’ is closed to new replies.