I have a problem with the display of the country/region and language selection on my Shopify site, both in the desktop and mobile views. Originally, the text labels (“Country/Region” and “Language”) were correctly centered, but after making some changes to my CSS, these labels are no longer centered.
Additionally, I had tried to arrange the menus in the footer side by side in the mobile view, instead of stacking them vertically, but unfortunately, the result was not as expected. I have tried many CSS changes, including removing codes I previously added in the base.css to optimize the centering and layout, but I’m still not getting the desired structure.
Specifically, I want to:
Center the text labels for Country/Region and Language correctly again in both the desktop and mobile views.
Arrange the footer menus (e.g., Support, Legal, etc.) side by side in the mobile view instead of stacking them vertically.
Ensure that none of the changes affect other areas (e.g., the layout of the Country/Region and Language selection).
Can anyone help me fix these layout issues and implement the desired adjustments? I would appreciate detailed instructions on how to modify the CSS code accordingly.