Home › Forums › Support › Menu Bar Icon Not Showing This topic has 21 replies, 3 voices, and was last updated 2 years, 7 months ago by David. Viewing 7 posts - 16 through 22 (of 22 total) ← 1 2 Author Posts March 3, 2023 at 5:45 am #2553987 DavidStaff Customer Support Try this CSS to switch the order: .main-navigation .menu-bar-items { flex-direction: row-reverse; } March 3, 2023 at 9:28 am #2554374 huppap This is perfect Dave, only thing left is to move search icon to left right by the off convas menu toggle. Could we do that? March 3, 2023 at 1:06 pm #2554550 YingStaff Customer Support Hi Sumit, Try this: @media(max-width:768px){ .main-navigation .menu-bar-items { width: calc(100% - 55px); justify-content: space-between; } .main-navigation .menu-bar-item.search-item { margin-right: auto; } } March 3, 2023 at 10:29 pm #2554811 huppap Thanks, this worked. I see that “X” mark to close the search box is in the middle of things, could you help me move it to the far right please? Thank you so much. March 4, 2023 at 6:16 am #2555215 DavidStaff Customer Support Try this: #mobile-header .navigation-search input[type="search"] { padding-right: 50px; } .main-navigation .menu-bar-item.search-item.close-search { position: absolute; right: 15px; } March 4, 2023 at 7:07 am #2555286 huppap this is perfect, thank you so much you guys are awesome. March 5, 2023 at 4:35 am #2556147 DavidStaff Customer Support Glad we could be of help Author Posts Viewing 7 posts - 16 through 22 (of 22 total) ← 1 2 You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In