How do I place the log in and create account tab lower?

hi everyone!

is it possible to place the “log in” and “create account” text lower so that it is seperated from the others?

www.gallerychristian.com

password: Christianshop123

thanks

Hi @christian_russo ,

Thank you for getting in touch. Can you tell me which theme you are using, please?

If you’re using a theme made by Shopify, this may be something we can help with. Our themes team can sometimes make alterations to a merchant’s theme upon request as per our design policy. I am not sure if moving the position of the customer login options is something we would support, so I would recommend contacting our support team directly who can then take a closer look at this for you. If this looks like something we can change for you, your request can then be escalated to our themes team for review.

If the theme you are using is made and developed by a third-party theme developer, then you’d be best served referring to our Experts directory so you can look into a hiring a developer to help make this change for you.

1 Like

It’s the dawn theme

Hi @christian_russo ,

Okay, great. I would recommend that you contact our support team directly and they can provide more information on whether or not this changed would be supported, and they can send this to our themes team for review if it is.

Hi @christian_russo ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/component-menu-drawer.css->paste below code at the bottom of the file:
.menu-drawer__menu li:nth-child(6) {
    padding-top: 85px;
}

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