I need help trying to move the login menu from the bottom to the top mobile view - Theme Thunder Opt

Topic summary

Goal: Move the login menu from the bottom to the top in the mobile view of the Thunder Opt theme.

Actions proposed:

  • Add custom CSS via Online Store β†’ Themes β†’ Edit code β†’ Assets: define .login-menu with position: absolute and top: 10px; then save and preview.
  • Edit base.css and remove specific code blocks that were indicated; screenshots were provided to show exactly what to delete (images central to this step).

Latest updates:

  • The store owner reported that the suggested changes did not work (twice).

Outcome and status:

  • No confirmed fix or resolution yet; the issue remains open and requires further troubleshooting or theme-specific guidance.
Summarized with AI on January 12. AI used: gpt-5.

link to my site is https://vapesxpress.com

any assistance will be greatly appreciated.

thank you,

Hello @VapesXpress ,

You can try to follow these steps:

Go to Online Store β†’ Themes β†’ Actions β†’ Edit code

Go to Assets folder β†’ add this following code at the bottom of page:

.login-menu {
  position: absolute;
  top: 10px; /* Adjust the top position as needed */
}

Save and preview

Hope this can help. Let us know if you need any further support.

Ali Reviews team.

1 Like

Hi @VapesXpress

1 - Goto Online Store
2 - Click on edit code

3 - goto base.css file β†’ and remove the code mentioned below

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

it did not worked.

it did not worked!