footer responsive 2

This commit is contained in:
2025-08-29 06:22:07 +02:00
parent 035a2090a9
commit bf71d1cf48
2 changed files with 4 additions and 5 deletions

View File

@@ -9,7 +9,7 @@
*/
?>
<div id="topbar-footer"></div>
<footer id="colophon" class="site-footer py-8">
<section class="container mx-auto">
<?php if (is_active_sidebar('sidebar-footer')) : ?>
@@ -18,8 +18,7 @@
</aside>
<?php endif; ?>
<div class="flex w-full flex-col items-center justify-between font-roboto gap-4 py-8 text-sm md:flex-row md:gap-8">
<div class="flex w-full flex-col items-start justify-between font-roboto gap-4 py-8 text-sm lg:flex-row lg:gap-8">
<?php if (has_nav_menu('footer')) : ?>
<nav aria-label="<?php esc_attr_e('Footer Menu', 'studio-up'); ?>">
<?php
@@ -35,9 +34,9 @@
</nav>
<?php endif; ?>
<div>
<div class="ml-3 md:ml-0">
Copyright ® <?= date('Y') ?> <?= get_bloginfo('name') ?> <?= __('Todos los derechos reservados', 'studio-up') ?>.
</div>
</div>
</section>
</footer><!-- #colophon -->
</footer><!-- #colophon -->