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

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

VapesXpress
New Member
6 0 0

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

 

any assistance will be greatly appreciated. 

 

thank you,

 

 

Replies 4 (4)

AliReviews
Shopify Partner
773 90 356

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.

- Was my answer helpful? Please hit Like or Mark it as solution!
- Ali Reviews - The must-have Shopify app that empowers you to effortlessly collect, display, and manage product reviews.
- Start your FREE trial today!
VapesXpress
New Member
6 0 0

it did not worked. 

websensepro
Shopify Partner
1223 136 156

Hi @VapesXpress 

1 - Goto Online Store 
2 - Click on edit code 

3 - goto base.css file -> and remove the code mentioned below

websensepro_0-1685347559615.pngwebsensepro_1-1685347605335.png

 

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

Need a Shopify developer?
Hire us at WebSensePro
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel or buy us a Cofee here

Free Shopify Beginner Tutorial
VapesXpress
New Member
6 0 0

it did not worked!