how do i change position

Web capture_2-2-2022_213723_127.0.0.1`Preformatted text

Air B&B Taupo NZ
<nav class="navbar navbar-expand-lg navbar-light bg-wite fixed-top">
<a class="navbar-brand" href="#">

  <img src="img/logo2.png" alt=""

</a>



<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">

  <span class="navbar-toggler-icon"></span>

</button>

<div class="collapse navbar-collapse" id="navbarSupportedContent">

  <form class="d-flex searchForm">

    <input class="form-control searchI me-2" type="search" placeholder="Search" aria-label="Search">

    <div class="searchIcon"><i class="fas fa-search"></i></div>

  </form>

  <ul class="navbar-nav ms-auto mb-2 mb-lg-0">

    <li class="nav-item">

      <a class="nav-link active" aria-current="page" href="#">Home</a>

    </li>

    <li class="nav-item">

      <a class="nav-link" href="#">About</a>

    </li>

    <li class="nav-item">

      <a class="nav-link" href="#">Contact</a>

    </li>

  </ul>

 

</div>

Please send your code in the forum.

Here is how to post code in the forum

When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor ( </> ) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.