footer responsive 2
This commit is contained in:
BIN
theme/assets/img/topbar-footer.jpg
Normal file
BIN
theme/assets/img/topbar-footer.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 156 KiB |
@@ -9,7 +9,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
<div id="topbar-footer"></div>
|
||||||
<footer id="colophon" class="site-footer py-8">
|
<footer id="colophon" class="site-footer py-8">
|
||||||
<section class="container mx-auto">
|
<section class="container mx-auto">
|
||||||
<?php if (is_active_sidebar('sidebar-footer')) : ?>
|
<?php if (is_active_sidebar('sidebar-footer')) : ?>
|
||||||
@@ -18,8 +18,7 @@
|
|||||||
</aside>
|
</aside>
|
||||||
<?php endif; ?>
|
<?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')) : ?>
|
<?php if (has_nav_menu('footer')) : ?>
|
||||||
<nav aria-label="<?php esc_attr_e('Footer Menu', 'studio-up'); ?>">
|
<nav aria-label="<?php esc_attr_e('Footer Menu', 'studio-up'); ?>">
|
||||||
<?php
|
<?php
|
||||||
@@ -35,7 +34,7 @@
|
|||||||
</nav>
|
</nav>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<div>
|
<div class="ml-3 md:ml-0">
|
||||||
Copyright ® <?= date('Y') ?> <?= get_bloginfo('name') ?> <?= __('Todos los derechos reservados', 'studio-up') ?>.
|
Copyright ® <?= date('Y') ?> <?= get_bloginfo('name') ?> <?= __('Todos los derechos reservados', 'studio-up') ?>.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user