How can I shift the menu to the right in the Studio Theme?

The Studio theme naturally comes with the menu centered and horizontal.

I would like to move the menu to the right side of the page.

Also move my slideshow closer to the header.

Here’s a previewed link:

https://2erbn9cuabwab0wq-46244692117.shopifypreview.com

I attached a pptx of what I am trying to accomplish.

Hi @nwashington ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css->paste below code at the bottom of the file:
@media (min-width: 990px) {
.header--top-center .header__inline-menu {
    justify-self: right !important;
}
.section-template--15490611478677__rich-text-padding {
    padding-bottom: 0 !important;
}
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.