How do I edit the placement for the "log in" and "create account". I want them to be in the bottom

https://www.onecap.se/password

Password: NUDLAR123

1 Like

Hello there!

for impusle theme, there should be a setting in your theme editor where you can assign a sub menu link.

in the navigation you can rearrage the menus so the login is located at the bottom.

The problem is that they are not in navigation, otherwise i’d not have asked for help.

Hi @OneCap ,

I only see the Log in, do you happen to be doing the edits in an unpublish theme? Please share the preview link.

If you want to edit this the Log in only, you can follow the instructions below.

  1. From your Admin Page, click Online Store > Themes >Actions > Edit code
  2. In the Asset folder, open the theme.css
  3. Paste the code below at the very bottom of the file.
li.mobile-nav__item.mobile-nav__item--secondary {
    bottom: -125%;
}