How to limit the width of the country selector

I recently added more countries to my market. Some of these countries have longer names, so now the selector at the bottom of my website takes up the whole width on mobile. Is there a way to limit the width of the selector? I don’t care if the words inside the selector are cut off for the countries with longer names.

Any help is appreciated. Thanks!

Hey @joshuafitz ,

Go to your theme’s “Edit Code” Option, then in the search bar type “theme.liquid”
Below the tag “” tag paste the following. Screenshot attached for reference.


Screenshot is for reference only, the correct code to paste is the one shown above.

Thank you so much! That worked perfectly!