DSatishchandra commited on
Commit
415e69f
·
verified ·
1 Parent(s): 47f9c7c

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. templates/menu.html +5 -5
templates/menu.html CHANGED
@@ -145,11 +145,11 @@
145
  margin-top: 180px; /* Adjust spacing based on navbar and search bar */
146
  }
147
  .fixed-top-bar {
148
- position: fixed;
149
  top: 0;
150
  left: 0;
151
  width: 100%;
152
- height: 50px; /* Adjust the height as needed */
153
  z-index: 1000;
154
  background-color: #FF6B35;
155
  color: white;
@@ -281,9 +281,9 @@
281
  </a>
282
  </div>
283
  <!-- Add Welcome Message with Customer Name -->
284
- <div class="d-flex align-items-center">
285
- <span class="text-white mr-3">Welcome, {{ user_name }}</span> <!-- Display the customer's name -->
286
- </div>
287
 
288
  <!-- Avatar and Dropdown -->
289
  <div class="avatar-dropdown-container">
 
145
  margin-top: 180px; /* Adjust spacing based on navbar and search bar */
146
  }
147
  .fixed-top-bar {
148
+ position: centre;
149
  top: 0;
150
  left: 0;
151
  width: 100%;
152
+ height: 54px; /* Adjust the height as needed */
153
  z-index: 1000;
154
  background-color: #FF6B35;
155
  color: white;
 
281
  </a>
282
  </div>
283
  <!-- Add Welcome Message with Customer Name -->
284
+ <!-- <div class="d-flex align-items-center">
285
+ <span class="text-white mr-3">Welcome, {{ user_name }}</span>
286
+ </div> -->
287
 
288
  <!-- Avatar and Dropdown -->
289
  <div class="avatar-dropdown-container">