Need to move search, login and cart icons to bottom of header in Craft Theme

I need to move the search, login and cart icons to the bottom of the header. I want to move those three icons (hopefully their in a group) straight down to where they are inline with my main menu.

Here is a screenshot of how it looks now. I have tried a every ‘solution’ to moving these three icons i can find, but none are working in this theme. Thanks in advance for any help.

To move the search, login, and cart icons to the bottom of the header in your Shopify store, you will need to edit your theme’s code. Here are the steps:

  1. From your Shopify admin, go to Online store > Themes.

  2. Find the theme you want to edit and click “Actions” > “Edit code”.

  3. In the left-hand panel, navigate to Sections > header.liquid.

  4. Find the code block that contains the search, login, and cart icons. This will vary depending on your theme, but it may look something like this:

 
  
   
   
 

  • Cut the entire code block containing the search, login, and cart icons.

  • Scroll down to the bottom of the header.liquid file and paste the code block you just cut.

  • Add any necessary styling to position the icons as desired.

Once you have completed these steps, the search, login, and cart icons should be moved to the bottom of the header in your Shopify store.

Thanks for the suggestion. Unfortunately there is nothing in header.liquid referencing any of these icons individually or as a group. I am not a coder, but think maybe there is something in a component file. Still looking.

okay if you need help then I can help you in code

I’ve decided there are more reasons to switch templates so moving to Dawn. Thank you for your response.