Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -20,9 +20,9 @@ if ( isset( $menus['aux_navigation'] ) ) {
|
||||
$currentPageURL = home_url( $wp->request ) . '/';
|
||||
?>
|
||||
|
||||
<div class="nav-aux__container hidden lg:block bg-dark w-full h-12 py-2">
|
||||
<div class="container flex items-center justify-end gap-x-4 gap-y-0 flex-wrap">
|
||||
<nav class="nav-aux" role="navigation" aria-label="Auxiliary">
|
||||
<div class="nav-aux__container hidden lg:block w-full py-0">
|
||||
<div class="nav-aux container flex items-center justify-end gap-x-4 gap-y-0 flex-wrap text-white py-0">
|
||||
<nav class="nav-aux py-0" role="navigation" aria-label="Auxiliary">
|
||||
<?php
|
||||
if ( has_nav_menu( 'aux_navigation' ) ) {
|
||||
// Initialize and render menu items
|
||||
@@ -34,6 +34,6 @@ $currentPageURL = home_url( $wp->request ) . '/';
|
||||
|
||||
<?php get_template_part( 'views/partials/social-media' ); ?>
|
||||
|
||||
<?php get_template_part( 'views/forms/search' ); ?>
|
||||
<span class="font-semibold">@cwccollaborative</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user