HEX
Server: LiteSpeed
System: Linux server165.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
User: thetcbtv (2335)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: //home/thetcbtv/wp-content/wp-content/themes/yourstore-theme/footer.php
  <footer class="site-footer">
    <div class="container" style="display:flex;gap:20px;flex-wrap:wrap;align-items:flex-start">
      <div style="flex:1;min-width:200px">
        <strong><?php bloginfo('name'); ?></strong>
        <p style="color:#ddd"><?php bloginfo('description'); ?></p>
      </div>

      <div style="flex:1;min-width:160px">
        <?php wp_nav_menu(array('theme_location'=>'footer','container'=>false)); ?>
      </div>

      <div style="flex:1;min-width:180px">
        <p>Follow us: <a href="#">Instagram</a></p>
      </div>
    </div>

    <div style="text-align:center;color:#bbb;padding:14px 0;margin-top:10px">© <?php echo date('Y'); ?> <?php bloginfo('name'); ?> — All rights reserved</div>
  </footer>
  <?php wp_footer(); ?>
</body>
</html>