• I installed it manually, and the goal is to aling the menu on the right and the logo image on the left. Where can i go to aling it to the right.

    <nav class="navbar navbar-expand-lg navbar-light advocatesbg d-flex  ">
      <a class="brand " href="{{ home_url('/') }}">
        <img src="{{ $global_acf -> main_logo }}"
             width="150"
             height="auto"
             alt="The Advocates"
             class=" d-none d-sm-none d-md-block  m-2 w-100 h-auto	">
      </a>
      @php wp_nav_menu(array( 'theme_location' => 'max_mega_menu_1',
                                  'menu_class' => 'ml-auto'
    )); @endphp
    
    </nav>

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘How to align the menu to the right?’ is closed to new replies.