Move Translate and Adapt's button from the bottom to header

LuizaSMC23
Tourist
12 0 0

Hi, I couldn't find a way to move the button of this app from the bottom to the header. Could anyone help me?

 

LuizaSMC23_0-1688998085022.png

 

shoptarz.com

Replies 6 (6)
websensepro
Shopify Partner
776 104 105

Hi, @LuizaSMC23.

 

Follow These steps,

Go to the online store theme and go to base.css file paste the code mentiond below.

 

.locale-selectors__content {
    position: absolute;
    top: -2px;
    right: -80px;
}

#topbar {
    z-index: 0;
}

 

Result:

websensepro_0-1688999434188.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
LuizaSMC23
Tourist
12 0 0

Hello, I appreciate your help! Is the base.css file the theme.liquid? Sorry, I don't understand about it, I tried to search but didn't find it:

 

LuizaSMC23_0-1689000095305.png

 

websensepro
Shopify Partner
776 104 105

please you paste the bottom in theme.css file.

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
LuizaSMC23
Tourist
12 0 0

I'm afraid it didn't work, I pasted it but is still at the bottom

websensepro
Shopify Partner
776 104 105

please send me your file screen shot.

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
LuizaSMC23
Tourist
12 0 0

Here it is the screenshot:

 

LuizaSMC23_0-1689002034978.png