How can I allign header items in one row in Shopify?

Hello everybody.

I have added a header in shopify but unfortunetly in spans across two rows. First row is the icon, the second row is the menu and the cart.
How can I make this on one line on both mobile and desktop?
And also, how can I get rid of the “Menu” label/span on the mobile view?

https://repharma.bg/products/joint-cure

I would really appreciate any suggestions since programming isn’t my strongest skill.
Thank you!

P.S I am using BOOM theme.

@repharma ,

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid


Result:

Thanks for the quick answer.

I added it, but still nothing :confused:

did you save it yet?

Yes

I don’t see it appearing on your site. Are you sure you’ve saved it?

BSSCommerceB2B_0-1725990418851.png

If it still not work try to add that before

Hi @repharma

Check this one.

From your Shopify admin dashboard, click on “Online Store” and then “Themes”

Find the theme that you want to edit and click on “Actions” and then “Edit code”.

In the “theme. Liquid” file. Find the tag and paste the code below before the tag.


And Save.

Result:

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!