Move items in header completely to the right

Hi there. My website is https://mediemarketing1.myshopify.com/ and the password is “mm”. Basically, I have read many posts on how to move the navigation menu to the right, but I can only move it like 10 px to the right. I am using the theme: “Refresh”.

I just wish that the navigation menu is almost completely to the right side like this website: https://marketingfabrikken.dk/

Even though the site above isn’t a Shopify website, I would just love the same concept.

Thanks in advance!

Hi @David_Birdi ,

Play with the max-width. Try the instructions below.

  1. Go to Admin > Online store > Themes > Actions > Edit code
  2. Go to Asset folder, and open the base.css file
  3. Add the code below.
header.header.header--middle-left.page-width.header--has-menu {
    max-width: 96%;
}

Omg it worked instantly, like it’s perfect. Tysm!