Hi there,
I want my language/currency selector at the top of my store while on mobile. Its now hidden in a burger menu.
I think i use the theme flora! And i use geolocations ![]()
Help would be great
Hi there,
I want my language/currency selector at the top of my store while on mobile. Its now hidden in a burger menu.
I think i use the theme flora! And i use geolocations ![]()
Help would be great
Hi @svduren
I totally get why you’d want your language and currency selector to be more visible on mobile. When it’s tucked away in the burger menu, customers might not even realize it’s there, which can be frustrating for international shoppers.
Since you’re using the Flora theme and have Geolocation enabled, you’ll need to move the selector from the menu and place it somewhere more accessible, like the header. Here’s how you can do it:
You’ll need to modify your theme.liquid file or your header.liquid file (depending on how your theme is structured). Here’s a step-by-step:
{% form ‘localization’ %}
{% endform %}
Since the default Shopify Geolocation app hides the selector inside the burger menu, you’ll want to make sure it’s visible in the header:
@media screen and (max-width: 768px) {
.header__localization {
display: flex !important; /* Ensures visibility */
justify-content: center;
gap: 10px;
padding: 5px;
}
.header__localization select {
font-size: 14px;
padding: 5px;
border: 1px solid #ddd;
border-radius: 5px;
}
}
This should move your language and currency selector to the top of the mobile view while keeping it functional. If you’re using a third-party Geolocation app, the process may differ slightly, but this works for Shopify’s built-in settings.
If you need extra help, just let me know asap. Thanks
Daisy.
Hello , Can you help with clarity ? seems more complicated than the other themes I’ve been trying for hours Now but nOTHING seems to work
I’m using Localize app for translation
off sitewide
July sale — 45% off at checkout, applied automatically. Valid for 60 minutes. One per customer.
Offer ends in